Color Hex Logo

#c51fec Color Hex

#C51FEC
(197,31,236)
0 Favorites   0 Comments

Color spaces of #c51fec

RGB 19731236
HSL0.800.840.52
HSV289°87°93°
CMYK 0.170.870.00   0.07
XYZ38.656318.906480.9688
Yxy18.90640.27900.1365
Hunter Lab43.481582.5990-79.9695
CIE-Lab50.577583.4788-66.4074

#c51fec color RGB value is (197,31,236).

#c51fec hex color red value is 197, green value is 31 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c51fec hue: 0.80 , saturation: 0.84 and the lightness value of c51fec is 0.52.

The process color (four color CMYK) of #c51fec color hex is 0.17, 0.87, 0.00, 0.07. Web safe color of #c51fec is #cc33ff. Color #c51fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011111 11101100
Octal 305 37 354
Decimal 197 31 236
Hex C5 1F EC

RGB Percentages of Color #c51fec

%42.46
%6.68
%50.86

CMYK Percentages of Color #c51fec

%17
%87
%0
%7

Triadic Colors of #c51fec

#c51fec #ecc51f #1fecc5

Analogous Colors of #c51fec

#c51fec #ec1fad #5e1fec

Monochromatic Colors of #c51fec

#c51fec

Complementary Color

#c51fec #46ec1f

#c51fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51fec Color CSS Codes

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

#c51fec Text Font Color

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

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


#c51fec Background Color

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

This div background color is #c51fec


#c51fec Border Color

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

This div border color is #c51fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51fec


Comments

No comments written yet.

Please login to write comment.