Color Hex Logo

#c85eaa Color Hex

#C85EAA
(200,94,170)
0 Favorites   0 Comments

Color spaces of #c85eaa

RGB 20094170
HSL0.880.490.58
HSV317°53°78°
CMYK 0.000.530.15   0.22
XYZ35.077823.187040.6570
Yxy23.18700.35460.2344
Hunter Lab48.152945.7639-16.3534
CIE-Lab55.264451.4734-21.1499

#c85eaa color RGB value is (200,94,170).

#c85eaa hex color red value is 200, green value is 94 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c85eaa hue: 0.88 , saturation: 0.49 and the lightness value of c85eaa is 0.58.

The process color (four color CMYK) of #c85eaa color hex is 0.00, 0.53, 0.15, 0.22. Web safe color of #c85eaa is #cc6699. Color #c85eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011110 10101010
Octal 310 136 252
Decimal 200 94 170
Hex C8 5E AA

RGB Percentages of Color #c85eaa

%43.10
%20.26
%36.64

CMYK Percentages of Color #c85eaa

%0
%53
%15
%22

Triadic Colors of #c85eaa

#c85eaa #aac85e #5eaac8

Analogous Colors of #c85eaa

#c85eaa #c85e75 #b15ec8

Monochromatic Colors of #c85eaa

#c85eaa

Complementary Color

#c85eaa #5ec87c

#c85eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85eaa Color CSS Codes

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

#c85eaa Text Font Color

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

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


#c85eaa Background Color

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

This div background color is #c85eaa


#c85eaa Border Color

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

This div border color is #c85eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85eaa


Comments

No comments written yet.

Please login to write comment.