Color Hex Logo

#c05ecd Color Hex

#C05ECD
(192,94,205)
0 Favorites   0 Comments

Color spaces of #c05ecd

RGB 19294205
HSL0.810.530.59
HSV293°54°80°
CMYK 0.060.540.00   0.20
XYZ36.760423.619760.3792
Yxy23.61970.30440.1956
Hunter Lab48.600149.9646-39.6399
CIE-Lab55.705055.2195-40.6839

#c05ecd color RGB value is (192,94,205).

#c05ecd hex color red value is 192, green value is 94 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c05ecd hue: 0.81 , saturation: 0.53 and the lightness value of c05ecd is 0.59.

The process color (four color CMYK) of #c05ecd color hex is 0.06, 0.54, 0.00, 0.20. Web safe color of #c05ecd is #cc66cc. Color #c05ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011110 11001101
Octal 300 136 315
Decimal 192 94 205
Hex C0 5E CD

RGB Percentages of Color #c05ecd

%39.10
%19.14
%41.75

CMYK Percentages of Color #c05ecd

%6
%54
%0
%20

Triadic Colors of #c05ecd

#c05ecd #cdc05e #5ecdc0

Analogous Colors of #c05ecd

#c05ecd #cd5ea3 #895ecd

Monochromatic Colors of #c05ecd

#c05ecd

Complementary Color

#c05ecd #6bcd5e

#c05ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05ecd Color CSS Codes

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

#c05ecd Text Font Color

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

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


#c05ecd Background Color

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

This div background color is #c05ecd


#c05ecd Border Color

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

This div border color is #c05ecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,94,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 #c05ecd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05ecd


Comments

No comments written yet.

Please login to write comment.