Color Hex Logo

#c51bfe Color Hex

#C51BFE
(197,27,254)
0 Favorites   0 Comments

Color spaces of #c51bfe

RGB 19727254
HSL0.790.990.55
HSV285°89°100°
CMYK 0.220.890.00   0.00
XYZ41.307319.809995.4125
Yxy19.80990.26390.1266
Hunter Lab44.508387.7728-95.9442
CIE-Lab51.621687.2603-74.7977

#c51bfe color RGB value is (197,27,254).

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

The process color (four color CMYK) of #c51bfe color hex is 0.22, 0.89, 0.00, 0.00. Web safe color of #c51bfe is #cc33ff. Color #c51bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011011 11111110
Octal 305 33 376
Decimal 197 27 254
Hex C5 1B FE

RGB Percentages of Color #c51bfe

%41.21
%5.65
%53.14

CMYK Percentages of Color #c51bfe

%22
%89
%0
%0

Triadic Colors of #c51bfe

#c51bfe #fec51b #1bfec5

Analogous Colors of #c51bfe

#c51bfe #fe1bc6 #531bfe

Monochromatic Colors of #c51bfe

#c51bfe

Complementary Color

#c51bfe #54fe1b

#c51bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51bfe Color CSS Codes

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

#c51bfe Text Font Color

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

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


#c51bfe Background Color

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

This div background color is #c51bfe


#c51bfe Border Color

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

This div border color is #c51bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51bfe


Comments

No comments written yet.

Please login to write comment.