Color Hex Logo

#c05cde Color Hex

#C05CDE
(192,92,222)
0 Favorites   0 Comments

Color spaces of #c05cde

RGB 19292222
HSL0.790.660.62
HSV286°59°87°
CMYK 0.140.590.00   0.13
XYZ38.750224.134771.7233
Yxy24.13470.28790.1793
Hunter Lab49.127154.8239-52.1717
CIE-Lab56.222459.4471-49.4976

#c05cde color RGB value is (192,92,222).

#c05cde hex color red value is 192, green value is 92 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c05cde hue: 0.79 , saturation: 0.66 and the lightness value of c05cde is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011100 11011110
Octal 300 134 336
Decimal 192 92 222
Hex C0 5C DE

RGB Percentages of Color #c05cde

%37.94
%18.18
%43.87

CMYK Percentages of Color #c05cde

%14
%59
%0
%13

Triadic Colors of #c05cde

#c05cde #dec05c #5cdec0

Analogous Colors of #c05cde

#c05cde #de5cbb #7f5cde

Monochromatic Colors of #c05cde

#c05cde

Complementary Color

#c05cde #7ade5c

#c05cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05cde Color CSS Codes

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

#c05cde Text Font Color

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

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


#c05cde Background Color

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

This div background color is #c05cde


#c05cde Border Color

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

This div border color is #c05cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05cde


Comments

No comments written yet.

Please login to write comment.