Color Hex Logo

#c851ce Color Hex

#C851CE
(200,81,206)
0 Favorites   0 Comments

Color spaces of #c851ce

RGB 20081206
HSL0.830.560.56
HSV297°61°81°
CMYK 0.030.610.00   0.19
XYZ37.902422.620560.7610
Yxy22.62050.31250.1865
Hunter Lab47.561059.0187-42.4525
CIE-Lab54.679363.3748-42.7980

#c851ce color RGB value is (200,81,206).

#c851ce hex color red value is 200, green value is 81 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c851ce hue: 0.83 , saturation: 0.56 and the lightness value of c851ce is 0.56.

The process color (four color CMYK) of #c851ce color hex is 0.03, 0.61, 0.00, 0.19. Web safe color of #c851ce is #cc66cc. Color #c851ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010001 11001110
Octal 310 121 316
Decimal 200 81 206
Hex C8 51 CE

RGB Percentages of Color #c851ce

%41.07
%16.63
%42.30

CMYK Percentages of Color #c851ce

%3
%61
%0
%19

Triadic Colors of #c851ce

#c851ce #cec851 #51cec8

Analogous Colors of #c851ce

#c851ce #ce5196 #8a51ce

Monochromatic Colors of #c851ce

#c851ce

Complementary Color

#c851ce #57ce51

#c851ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c851ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c851ce Color CSS Codes

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

#c851ce Text Font Color

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

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


#c851ce Background Color

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

This div background color is #c851ce


#c851ce Border Color

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

This div border color is #c851ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c851ce


Comments

No comments written yet.

Please login to write comment.