Color Hex Logo

#c85eda Color Hex

#C85EDA
(200,94,218)
0 Favorites   0 Comments

Color spaces of #c85eda

RGB 20094218
HSL0.810.630.61
HSV291°57°85°
CMYK 0.080.570.00   0.15
XYZ40.477025.346769.0887
Yxy25.34670.30000.1879
Hunter Lab50.345555.4066-46.1213
CIE-Lab57.411759.7483-45.2898

#c85eda color RGB value is (200,94,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011110 11011010
Octal 310 136 332
Decimal 200 94 218
Hex C8 5E DA

RGB Percentages of Color #c85eda

%39.06
%18.36
%42.58

CMYK Percentages of Color #c85eda

%8
%57
%0
%15

Triadic Colors of #c85eda

#c85eda #dac85e #5edac8

Analogous Colors of #c85eda

#c85eda #da5eae #8a5eda

Monochromatic Colors of #c85eda

#c85eda

Complementary Color

#c85eda #70da5e

#c85eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85eda Color CSS Codes

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

#c85eda Text Font Color

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

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


#c85eda Background Color

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

This div background color is #c85eda


#c85eda Border Color

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

This div border color is #c85eda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,94,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 #c85eda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85eda


Comments

No comments written yet.

Please login to write comment.