Color Hex Logo

#c878ba Color Hex

#C878BA
(200,120,186)
0 Favorites   0 Comments

Color spaces of #c878ba

RGB 200120186
HSL0.860.420.63
HSV311°40°78°
CMYK 0.000.400.07   0.22
XYZ39.398829.257550.0251
Yxy29.25750.33200.2465
Hunter Lab54.090235.3599-16.9710
CIE-Lab61.008240.8757-21.5533

#c878ba color RGB value is (200,120,186).

#c878ba hex color red value is 200, green value is 120 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c878ba hue: 0.86 , saturation: 0.42 and the lightness value of c878ba is 0.63.

The process color (four color CMYK) of #c878ba color hex is 0.00, 0.40, 0.07, 0.22. Web safe color of #c878ba is #cc66cc. Color #c878ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111000 10111010
Octal 310 170 272
Decimal 200 120 186
Hex C8 78 BA

RGB Percentages of Color #c878ba

%39.53
%23.72
%36.76

CMYK Percentages of Color #c878ba

%0
%40
%7
%22

Triadic Colors of #c878ba

#c878ba #bac878 #78bac8

Analogous Colors of #c878ba

#c878ba #c87892 #ae78c8

Monochromatic Colors of #c878ba

#c878ba

Complementary Color

#c878ba #78c886

#c878ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c878ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c878ba Color CSS Codes

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

#c878ba Text Font Color

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

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


#c878ba Background Color

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

This div background color is #c878ba


#c878ba Border Color

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

This div border color is #c878ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c878ba


Comments

No comments written yet.

Please login to write comment.