Color Hex Logo

#c811fe Color Hex

#C811FE
(200,17,254)
0 Favorites   0 Comments

Color spaces of #c811fe

RGB 20017254
HSL0.800.990.53
HSV286°93°100°
CMYK 0.210.930.00   0.00
XYZ41.909319.836095.3858
Yxy19.83600.26670.1262
Hunter Lab44.537690.0252-95.8045
CIE-Lab51.651388.9633-74.7287

#c811fe color RGB value is (200,17,254).

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

The process color (four color CMYK) of #c811fe color hex is 0.21, 0.93, 0.00, 0.00. Web safe color of #c811fe is #cc00ff. Color #c811fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010001 11111110
Octal 310 21 376
Decimal 200 17 254
Hex C8 11 FE

RGB Percentages of Color #c811fe

%42.46
%3.61
%53.93

CMYK Percentages of Color #c811fe

%21
%93
%0
%0

Triadic Colors of #c811fe

#c811fe #fec811 #11fec8

Analogous Colors of #c811fe

#c811fe #fe11be #5111fe

Monochromatic Colors of #c811fe

#c811fe

Complementary Color

#c811fe #47fe11

#c811fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c811fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c811fe Color CSS Codes

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

#c811fe Text Font Color

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

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


#c811fe Background Color

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

This div background color is #c811fe


#c811fe Border Color

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

This div border color is #c811fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,17,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 #c811fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c811fe

Related Colors


Comments

No comments written yet.

Please login to write comment.