Color Hex Logo

#c11ecd Color Hex

#C11ECD
(193,30,205)
0 Favorites   0 Comments

Color spaces of #c11ecd

RGB 19330205
HSL0.820.740.46
HSV296°85°80°
CMYK 0.060.850.00   0.20
XYZ33.476016.673859.2116
Yxy16.67380.30610.1525
Hunter Lab40.833674.8784-57.3913
CIE-Lab47.846477.9034-53.1672

#c11ecd color RGB value is (193,30,205).

#c11ecd hex color red value is 193, green value is 30 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c11ecd hue: 0.82 , saturation: 0.74 and the lightness value of c11ecd is 0.46.

The process color (four color CMYK) of #c11ecd color hex is 0.06, 0.85, 0.00, 0.20. Web safe color of #c11ecd is #cc33cc. Color #c11ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011110 11001101
Octal 301 36 315
Decimal 193 30 205
Hex C1 1E CD

RGB Percentages of Color #c11ecd

%45.09
%7.01
%47.90

CMYK Percentages of Color #c11ecd

%6
%85
%0
%20

Triadic Colors of #c11ecd

#c11ecd #cdc11e #1ecdc1

Analogous Colors of #c11ecd

#c11ecd #cd1e82 #6a1ecd

Monochromatic Colors of #c11ecd

#c11ecd

Complementary Color

#c11ecd #2acd1e

#c11ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11ecd Color CSS Codes

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

#c11ecd Text Font Color

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

This sample text font color is #c11ecd
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.


#c11ecd Background Color

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

This div background color is #c11ecd


#c11ecd Border Color

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

This div border color is #c11ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11ecd


Comments

No comments written yet.

Please login to write comment.