Color Hex Logo

#c864ea Color Hex

#C864EA
(200,100,234)
0 Favorites   0 Comments

Color spaces of #c864ea

RGB 200100234
HSL0.790.760.65
HSV285°57°92°
CMYK 0.150.570.00   0.08
XYZ43.227927.334280.8396
Yxy27.33420.28550.1805
Hunter Lab52.282156.0937-55.0778
CIE-Lab59.282460.0207-51.3026

#c864ea color RGB value is (200,100,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100100 11101010
Octal 310 144 352
Decimal 200 100 234
Hex C8 64 EA

RGB Percentages of Color #c864ea

%37.45
%18.73
%43.82

CMYK Percentages of Color #c864ea

%15
%57
%0
%8

Triadic Colors of #c864ea

#c864ea #eac864 #64eac8

Analogous Colors of #c864ea

#c864ea #ea64c9 #8564ea

Monochromatic Colors of #c864ea

#c864ea

Complementary Color

#c864ea #86ea64

#c864ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c864ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c864ea Color CSS Codes

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

#c864ea Text Font Color

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

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


#c864ea Background Color

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

This div background color is #c864ea


#c864ea Border Color

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

This div border color is #c864ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c864ea


Comments

No comments written yet.

Please login to write comment.