Color Hex Logo

#c05cdd Color Hex

#C05CDD
(192,92,221)
0 Favorites   0 Comments

Color spaces of #c05cdd

RGB 19292221
HSL0.800.650.61
HSV287°58°87°
CMYK 0.130.580.00   0.13
XYZ38.616524.081271.0194
Yxy24.08120.28880.1801
Hunter Lab49.072654.5892-51.4555
CIE-Lab56.169059.2504-49.0186

#c05cdd color RGB value is (192,92,221).

#c05cdd hex color red value is 192, green value is 92 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c05cdd hue: 0.80 , saturation: 0.65 and the lightness value of c05cdd is 0.61.

The process color (four color CMYK) of #c05cdd color hex is 0.13, 0.58, 0.00, 0.13. Web safe color of #c05cdd is #cc66cc. Color #c05cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011100 11011101
Octal 300 134 335
Decimal 192 92 221
Hex C0 5C DD

RGB Percentages of Color #c05cdd

%38.02
%18.22
%43.76

CMYK Percentages of Color #c05cdd

%13
%58
%0
%13

Triadic Colors of #c05cdd

#c05cdd #ddc05c #5cddc0

Analogous Colors of #c05cdd

#c05cdd #dd5cba #805cdd

Monochromatic Colors of #c05cdd

#c05cdd

Complementary Color

#c05cdd #79dd5c

#c05cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05cdd Color CSS Codes

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

#c05cdd Text Font Color

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

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


#c05cdd Background Color

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

This div background color is #c05cdd


#c05cdd Border Color

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

This div border color is #c05cdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,92,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05cdd


Comments

No comments written yet.

Please login to write comment.