Color Hex Logo

#c85bcc Color Hex

#C85BCC
(200,91,204)
0 Favorites   0 Comments

Color spaces of #c85bcc

RGB 20091204
HSL0.830.530.58
HSV298°55°80°
CMYK 0.020.550.00   0.20
XYZ38.459624.121259.7555
Yxy24.12120.31440.1972
Hunter Lab49.113353.8312-37.7580
CIE-Lab56.208958.5760-39.2473

#c85bcc color RGB value is (200,91,204).

#c85bcc hex color red value is 200, green value is 91 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c85bcc hue: 0.83 , saturation: 0.53 and the lightness value of c85bcc is 0.58.

The process color (four color CMYK) of #c85bcc color hex is 0.02, 0.55, 0.00, 0.20. Web safe color of #c85bcc is #cc66cc. Color #c85bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011011 11001100
Octal 310 133 314
Decimal 200 91 204
Hex C8 5B CC

RGB Percentages of Color #c85bcc

%40.40
%18.38
%41.21

CMYK Percentages of Color #c85bcc

%2
%55
%0
%20

Triadic Colors of #c85bcc

#c85bcc #ccc85b #5bccc8

Analogous Colors of #c85bcc

#c85bcc #cc5b98 #905bcc

Monochromatic Colors of #c85bcc

#c85bcc

Complementary Color

#c85bcc #5fcc5b

#c85bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85bcc Color CSS Codes

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

#c85bcc Text Font Color

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

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


#c85bcc Background Color

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

This div background color is #c85bcc


#c85bcc Border Color

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

This div border color is #c85bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85bcc


Comments

No comments written yet.

Please login to write comment.