Color Hex Logo

#c865ec Color Hex

#C865EC
(200,101,236)
0 Favorites   0 Comments

Color spaces of #c865ec

RGB 200101236
HSL0.790.780.66
HSV284°57°93°
CMYK 0.150.570.00   0.07
XYZ43.613427.642882.3938
Yxy27.64280.28380.1799
Hunter Lab52.576456.0613-56.1113
CIE-Lab59.564659.9437-51.9692

#c865ec color RGB value is (200,101,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100101 11101100
Octal 310 145 354
Decimal 200 101 236
Hex C8 65 EC

RGB Percentages of Color #c865ec

%37.24
%18.81
%43.95

CMYK Percentages of Color #c865ec

%15
%57
%0
%7

Triadic Colors of #c865ec

#c865ec #ecc865 #65ecc8

Analogous Colors of #c865ec

#c865ec #ec65cd #8565ec

Monochromatic Colors of #c865ec

#c865ec

Complementary Color

#c865ec #89ec65

#c865ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c865ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c865ec Color CSS Codes

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

#c865ec Text Font Color

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

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


#c865ec Background Color

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

This div background color is #c865ec


#c865ec Border Color

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

This div border color is #c865ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c865ec


Comments

No comments written yet.

Please login to write comment.