Color Hex Logo

#c860ef Color Hex

#C860EF
(200,96,239)
0 Favorites   0 Comments

Color spaces of #c860ef

RGB 20096239
HSL0.790.820.66
HSV284°60°94°
CMYK 0.160.600.00   0.06
XYZ43.582326.877184.5521
Yxy26.87710.28120.1734
Hunter Lab51.843159.3318-60.4072
CIE-Lab58.860462.8876-54.7611

#c860ef color RGB value is (200,96,239).

#c860ef hex color red value is 200, green value is 96 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c860ef hue: 0.79 , saturation: 0.82 and the lightness value of c860ef is 0.66.

The process color (four color CMYK) of #c860ef color hex is 0.16, 0.60, 0.00, 0.06. Web safe color of #c860ef is #cc66ff. Color #c860ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100000 11101111
Octal 310 140 357
Decimal 200 96 239
Hex C8 60 EF

RGB Percentages of Color #c860ef

%37.38
%17.94
%44.67

CMYK Percentages of Color #c860ef

%16
%60
%0
%6

Triadic Colors of #c860ef

#c860ef #efc860 #60efc8

Analogous Colors of #c860ef

#c860ef #ef60cf #8160ef

Monochromatic Colors of #c860ef

#c860ef

Complementary Color

#c860ef #87ef60

#c860ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c860ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c860ef Color CSS Codes

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

#c860ef Text Font Color

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

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


#c860ef Background Color

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

This div background color is #c860ef


#c860ef Border Color

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

This div border color is #c860ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c860ef


Comments

No comments written yet.

Please login to write comment.