Color Hex Logo

#c862eb Color Hex

#C862EB
(200,98,235)
0 Favorites   0 Comments

Color spaces of #c862eb

RGB 20098235
HSL0.790.770.65
HSV285°58°92°
CMYK 0.150.580.00   0.08
XYZ43.182527.012981.5353
Yxy27.01290.28460.1780
Hunter Lab51.973957.3522-56.6308
CIE-Lab58.986361.1625-52.3312

#c862eb color RGB value is (200,98,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100010 11101011
Octal 310 142 353
Decimal 200 98 235
Hex C8 62 EB

RGB Percentages of Color #c862eb

%37.52
%18.39
%44.09

CMYK Percentages of Color #c862eb

%15
%58
%0
%8

Triadic Colors of #c862eb

#c862eb #ebc862 #62ebc8

Analogous Colors of #c862eb

#c862eb #eb62ca #8462eb

Monochromatic Colors of #c862eb

#c862eb

Complementary Color

#c862eb #85eb62

#c862eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c862eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c862eb Color CSS Codes

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

#c862eb Text Font Color

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

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


#c862eb Background Color

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

This div background color is #c862eb


#c862eb Border Color

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

This div border color is #c862eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c862eb


Comments

No comments written yet.

Please login to write comment.