Color Hex Logo

#c85ce1 Color Hex

#C85CE1
(200,92,225)
0 Favorites   0 Comments

Color spaces of #c85ce1

RGB 20092225
HSL0.800.690.62
HSV289°59°88°
CMYK 0.110.590.00   0.12
XYZ41.237225.369973.9576
Yxy25.36990.29340.1805
Hunter Lab50.368557.9947-51.7993
CIE-Lab57.434161.9922-49.1971

#c85ce1 color RGB value is (200,92,225).

#c85ce1 hex color red value is 200, green value is 92 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #c85ce1 hue: 0.80 , saturation: 0.69 and the lightness value of c85ce1 is 0.62.

The process color (four color CMYK) of #c85ce1 color hex is 0.11, 0.59, 0.00, 0.12. Web safe color of #c85ce1 is #cc66cc. Color #c85ce1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011100 11100001
Octal 310 134 341
Decimal 200 92 225
Hex C8 5C E1

RGB Percentages of Color #c85ce1

%38.68
%17.79
%43.52

CMYK Percentages of Color #c85ce1

%11
%59
%0
%12

Triadic Colors of #c85ce1

#c85ce1 #e1c85c #5ce1c8

Analogous Colors of #c85ce1

#c85ce1 #e15cb8 #865ce1

Monochromatic Colors of #c85ce1

#c85ce1

Complementary Color

#c85ce1 #75e15c

#c85ce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85ce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85ce1 Color CSS Codes

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

#c85ce1 Text Font Color

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

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


#c85ce1 Background Color

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

This div background color is #c85ce1


#c85ce1 Border Color

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

This div border color is #c85ce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85ce1


Comments

No comments written yet.

Please login to write comment.