Color Hex Logo

#c874ea Color Hex

#C874EA
(200,116,234)
0 Favorites   0 Comments

Color spaces of #c874ea

RGB 200116234
HSL0.790.740.69
HSV283°50°92°
CMYK 0.150.500.00   0.08
XYZ44.916130.710781.4023
Yxy30.71070.28600.1956
Hunter Lab55.417247.6955-48.2989
CIE-Lab62.262752.1165-46.5834

#c874ea color RGB value is (200,116,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110100 11101010
Octal 310 164 352
Decimal 200 116 234
Hex C8 74 EA

RGB Percentages of Color #c874ea

%36.36
%21.09
%42.55

CMYK Percentages of Color #c874ea

%15
%50
%0
%8

Triadic Colors of #c874ea

#c874ea #eac874 #74eac8

Analogous Colors of #c874ea

#c874ea #ea74d1 #8d74ea

Monochromatic Colors of #c874ea

#c874ea

Complementary Color

#c874ea #96ea74

#c874ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c874ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c874ea Color CSS Codes

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

#c874ea Text Font Color

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

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


#c874ea Background Color

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

This div background color is #c874ea


#c874ea Border Color

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

This div border color is #c874ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c874ea


Comments

No comments written yet.

Please login to write comment.