Color Hex Logo

#c52cfe Color Hex

#C52CFE
(197,44,254)
0 Favorites   0 Comments

Color spaces of #c52cfe

RGB 19744254
HSL0.790.990.58
HSV284°83°100°
CMYK 0.220.830.00   0.00
XYZ41.816020.827495.5821
Yxy20.82740.26430.1316
Hunter Lab45.637083.6899-92.2309
CIE-Lab52.760183.9014-72.9482

#c52cfe color RGB value is (197,44,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101100 11111110
Octal 305 54 376
Decimal 197 44 254
Hex C5 2C FE

RGB Percentages of Color #c52cfe

%39.80
%8.89
%51.31

CMYK Percentages of Color #c52cfe

%22
%83
%0
%0

Triadic Colors of #c52cfe

#c52cfe #fec52c #2cfec5

Analogous Colors of #c52cfe

#c52cfe #fe2cce #5c2cfe

Monochromatic Colors of #c52cfe

#c52cfe

Complementary Color

#c52cfe #65fe2c

#c52cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52cfe Color CSS Codes

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

#c52cfe Text Font Color

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

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


#c52cfe Background Color

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

This div background color is #c52cfe


#c52cfe Border Color

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

This div border color is #c52cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52cfe


Comments

No comments written yet.

Please login to write comment.