Color Hex Logo

#c52fca Color Hex

#C52FCA
(197,47,202)
0 Favorites   0 Comments

Color spaces of #c52fca

RGB 19747202
HSL0.830.620.49
HSV298°77°79°
CMYK 0.020.770.00   0.21
XYZ34.703118.167657.5548
Yxy18.16760.31430.1645
Hunter Lab42.623570.7397-50.2233
CIE-Lab49.698874.1817-48.4364

#c52fca color RGB value is (197,47,202).

#c52fca hex color red value is 197, green value is 47 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c52fca hue: 0.83 , saturation: 0.62 and the lightness value of c52fca is 0.49.

The process color (four color CMYK) of #c52fca color hex is 0.02, 0.77, 0.00, 0.21. Web safe color of #c52fca is #cc33cc. Color #c52fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101111 11001010
Octal 305 57 312
Decimal 197 47 202
Hex C5 2F CA

RGB Percentages of Color #c52fca

%44.17
%10.54
%45.29

CMYK Percentages of Color #c52fca

%2
%77
%0
%21

Triadic Colors of #c52fca

#c52fca #cac52f #2fcac5

Analogous Colors of #c52fca

#c52fca #ca2f82 #782fca

Monochromatic Colors of #c52fca

#c52fca

Complementary Color

#c52fca #34ca2f

#c52fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52fca Color CSS Codes

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

#c52fca Text Font Color

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

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


#c52fca Background Color

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

This div background color is #c52fca


#c52fca Border Color

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

This div border color is #c52fca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,47,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c52fca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52fca


Comments

No comments written yet.

Please login to write comment.