Color Hex Logo

#c851fe Color Hex

#C851FE
(200,81,254)
0 Favorites   0 Comments

Color spaces of #c851fe

RGB 20081254
HSL0.780.990.66
HSV281°68°100°
CMYK 0.210.680.00   0.00
XYZ44.651225.320096.2998
Yxy25.32000.26850.1523
Hunter Lab50.319070.3361-78.2451
CIE-Lab57.385972.3699-65.4507

#c851fe color RGB value is (200,81,254).

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

The process color (four color CMYK) of #c851fe color hex is 0.21, 0.68, 0.00, 0.00. Web safe color of #c851fe is #cc66ff. Color #c851fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010001 11111110
Octal 310 121 376
Decimal 200 81 254
Hex C8 51 FE

RGB Percentages of Color #c851fe

%37.38
%15.14
%47.48

CMYK Percentages of Color #c851fe

%21
%68
%0
%0

Triadic Colors of #c851fe

#c851fe #fec851 #51fec8

Analogous Colors of #c851fe

#c851fe #fe51de #7251fe

Monochromatic Colors of #c851fe

#c851fe

Complementary Color

#c851fe #87fe51

#c851fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c851fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c851fe Color CSS Codes

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

#c851fe Text Font Color

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

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


#c851fe Background Color

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

This div background color is #c851fe


#c851fe Border Color

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

This div border color is #c851fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c851fe


Comments

No comments written yet.

Please login to write comment.