Color Hex Logo

#c878ea Color Hex

#C878EA
(200,120,234)
0 Favorites   0 Comments

Color spaces of #c878ea

RGB 200120234
HSL0.780.730.69
HSV282°49°92°
CMYK 0.150.490.00   0.08
XYZ45.387231.652881.5593
Yxy31.65280.28620.1996
Hunter Lab56.260845.5446-46.5680
CIE-Lab63.054950.0586-45.3341

#c878ea color RGB value is (200,120,234).

#c878ea hex color red value is 200, green value is 120 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c878ea hue: 0.78 , saturation: 0.73 and the lightness value of c878ea is 0.69.

The process color (four color CMYK) of #c878ea color hex is 0.15, 0.49, 0.00, 0.08. Web safe color of #c878ea is #cc66ff. Color #c878ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111000 11101010
Octal 310 170 352
Decimal 200 120 234
Hex C8 78 EA

RGB Percentages of Color #c878ea

%36.10
%21.66
%42.24

CMYK Percentages of Color #c878ea

%15
%49
%0
%8

Triadic Colors of #c878ea

#c878ea #eac878 #78eac8

Analogous Colors of #c878ea

#c878ea #ea78d3 #8f78ea

Monochromatic Colors of #c878ea

#c878ea

Complementary Color

#c878ea #9aea78

#c878ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c878ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c878ea Color CSS Codes

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

#c878ea Text Font Color

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

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


#c878ea Background Color

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

This div background color is #c878ea


#c878ea Border Color

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

This div border color is #c878ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c878ea


Comments

No comments written yet.

Please login to write comment.