Color Hex Logo

#c511fe Color Hex

#C511FE
(197,17,254)
0 Favorites   0 Comments

Color spaces of #c511fe

RGB 19717254
HSL0.790.990.53
HSV286°93°100°
CMYK 0.220.930.00   0.00
XYZ41.115819.427095.3487
Yxy19.42700.26370.1246
Hunter Lab44.076189.3783-97.4074
CIE-Lab51.183188.5643-75.5111

#c511fe color RGB value is (197,17,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010001 11111110
Octal 305 21 376
Decimal 197 17 254
Hex C5 11 FE

RGB Percentages of Color #c511fe

%42.09
%3.63
%54.27

CMYK Percentages of Color #c511fe

%22
%93
%0
%0

Triadic Colors of #c511fe

#c511fe #fec511 #11fec5

Analogous Colors of #c511fe

#c511fe #fe11c1 #4e11fe

Monochromatic Colors of #c511fe

#c511fe

Complementary Color

#c511fe #4afe11

#c511fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c511fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c511fe Color CSS Codes

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

#c511fe Text Font Color

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

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


#c511fe Background Color

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

This div background color is #c511fe


#c511fe Border Color

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

This div border color is #c511fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c511fe


Comments

No comments written yet.

Please login to write comment.