Color Hex Logo

#c11dec Color Hex

#C11DEC
(193,29,236)
0 Favorites   0 Comments

Color spaces of #c11dec

RGB 19329236
HSL0.800.840.52
HSV288°88°93°
CMYK 0.180.880.00   0.07
XYZ37.572018.272380.9035
Yxy18.27230.27480.1336
Hunter Lab42.746182.0882-82.2930
CIE-Lab49.824783.2270-67.6566

#c11dec color RGB value is (193,29,236).

#c11dec hex color red value is 193, green value is 29 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c11dec hue: 0.80 , saturation: 0.84 and the lightness value of c11dec is 0.52.

The process color (four color CMYK) of #c11dec color hex is 0.18, 0.88, 0.00, 0.07. Web safe color of #c11dec is #cc33ff. Color #c11dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011101 11101100
Octal 301 35 354
Decimal 193 29 236
Hex C1 1D EC

RGB Percentages of Color #c11dec

%42.14
%6.33
%51.53

CMYK Percentages of Color #c11dec

%18
%88
%0
%7

Triadic Colors of #c11dec

#c11dec #ecc11d #1decc1

Analogous Colors of #c11dec

#c11dec #ec1db0 #5a1dec

Monochromatic Colors of #c11dec

#c11dec

Complementary Color

#c11dec #48ec1d

#c11dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11dec Color CSS Codes

.mybgcolor {background-color:#c11dec; } 
.myforecolor {color:#c11dec; }
.mybordercolor {border:3px solid #c11dec; }

#c11dec Text Font Color

<p style="color:#c11dec">Text here</p>

This sample text font color is #c11dec
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c11dec Background Color

<div style="background-color:#c11dec">
Div content here</div>

This div background color is #c11dec


#c11dec Border Color

<div style="border:3px solid #c11dec">
Div here</div>

This div border color is #c11dec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,29,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c11dec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c11dec;
  -webkit-box-shadow: 1px 1px 3px 2px #c11dec;
  box-shadow:         1px 1px 3px 2px #c11dec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,29,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c11dec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c11dec;
  -webkit-box-shadow: 1px 1px 3px 2px #c11dec;
  box-shadow:         1px 1px 3px 2px #c11dec;">
Div content here</div>

This div box has shadow with color #c11dec


Comments

No comments written yet.

Please login to write comment.