Color Hex Logo

#c855ad Color Hex

#C855AD
(200,85,173)
0 Favorites   0 Comments

Color spaces of #c855ad

RGB 20085173
HSL0.870.510.56
HSV314°58°78°
CMYK 0.000.580.14   0.22
XYZ34.610721.793541.9175
Yxy21.79350.35200.2217
Hunter Lab46.683550.6420-20.5585
CIE-Lab53.807256.1554-25.1356

#c855ad color RGB value is (200,85,173).

#c855ad hex color red value is 200, green value is 85 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c855ad hue: 0.87 , saturation: 0.51 and the lightness value of c855ad is 0.56.

The process color (four color CMYK) of #c855ad color hex is 0.00, 0.58, 0.14, 0.22. Web safe color of #c855ad is #cc6699. Color #c855ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010101 10101101
Octal 310 125 255
Decimal 200 85 173
Hex C8 55 AD

RGB Percentages of Color #c855ad

%43.67
%18.56
%37.77

CMYK Percentages of Color #c855ad

%0
%58
%14
%22

Triadic Colors of #c855ad

#c855ad #adc855 #55adc8

Analogous Colors of #c855ad

#c855ad #c85574 #aa55c8

Monochromatic Colors of #c855ad

#c855ad

Complementary Color

#c855ad #55c870

#c855ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c855ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c855ad Color CSS Codes

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

#c855ad Text Font Color

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

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


#c855ad Background Color

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

This div background color is #c855ad


#c855ad Border Color

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

This div border color is #c855ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c855ad


Comments

No comments written yet.

Please login to write comment.