Color Hex Logo

#c85cda Color Hex

#C85CDA
(200,92,218)
0 Favorites   0 Comments

Color spaces of #c85cda

RGB 20092218
HSL0.810.630.61
HSV291°58°85°
CMYK 0.080.580.00   0.15
XYZ40.301524.995669.0302
Yxy24.99560.30000.1861
Hunter Lab49.995656.3967-46.8663
CIE-Lab57.071160.6717-45.8284

#c85cda color RGB value is (200,92,218).

#c85cda hex color red value is 200, green value is 92 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c85cda hue: 0.81 , saturation: 0.63 and the lightness value of c85cda is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011100 11011010
Octal 310 134 332
Decimal 200 92 218
Hex C8 5C DA

RGB Percentages of Color #c85cda

%39.22
%18.04
%42.75

CMYK Percentages of Color #c85cda

%8
%58
%0
%15

Triadic Colors of #c85cda

#c85cda #dac85c #5cdac8

Analogous Colors of #c85cda

#c85cda #da5cad #895cda

Monochromatic Colors of #c85cda

#c85cda

Complementary Color

#c85cda #6eda5c

#c85cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85cda Color CSS Codes

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

#c85cda Text Font Color

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

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


#c85cda Background Color

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

This div background color is #c85cda


#c85cda Border Color

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

This div border color is #c85cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85cda


Comments

No comments written yet.

Please login to write comment.