Color Hex Logo

#c85edb Color Hex

#C85EDB
(200,94,219)
0 Favorites   0 Comments

Color spaces of #c85edb

RGB 20094219
HSL0.810.630.61
HSV291°57°86°
CMYK 0.090.570.00   0.14
XYZ40.608325.399269.7801
Yxy25.39920.29910.1871
Hunter Lab50.397655.6320-46.8141
CIE-Lab57.462359.9363-45.7739

#c85edb color RGB value is (200,94,219).

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

The process color (four color CMYK) of #c85edb color hex is 0.09, 0.57, 0.00, 0.14. Web safe color of #c85edb is #cc66cc. Color #c85edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011110 11011011
Octal 310 136 333
Decimal 200 94 219
Hex C8 5E DB

RGB Percentages of Color #c85edb

%38.99
%18.32
%42.69

CMYK Percentages of Color #c85edb

%9
%57
%0
%14

Triadic Colors of #c85edb

#c85edb #dbc85e #5edbc8

Analogous Colors of #c85edb

#c85edb #db5eb0 #8a5edb

Monochromatic Colors of #c85edb

#c85edb

Complementary Color

#c85edb #71db5e

#c85edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85edb Color CSS Codes

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

#c85edb Text Font Color

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

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


#c85edb Background Color

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

This div background color is #c85edb


#c85edb Border Color

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

This div border color is #c85edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85edb


Comments

No comments written yet.

Please login to write comment.