Color Hex Logo

#c52fbc Color Hex

#C52FBC
(197,47,188)
0 Favorites   0 Comments

Color spaces of #c52fbc

RGB 19747188
HSL0.840.610.48
HSV304°76°77°
CMYK 0.000.760.05   0.23
XYZ33.119617.534249.2158
Yxy17.53420.33160.1756
Hunter Lab41.873967.9031-40.3739
CIE-Lab48.926271.9914-41.5476

#c52fbc color RGB value is (197,47,188).

#c52fbc hex color red value is 197, green value is 47 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c52fbc hue: 0.84 , saturation: 0.61 and the lightness value of c52fbc is 0.48.

The process color (four color CMYK) of #c52fbc color hex is 0.00, 0.76, 0.05, 0.23. Web safe color of #c52fbc is #cc33cc. Color #c52fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101111 10111100
Octal 305 57 274
Decimal 197 47 188
Hex C5 2F BC

RGB Percentages of Color #c52fbc

%45.60
%10.88
%43.52

CMYK Percentages of Color #c52fbc

%0
%76
%5
%23

Triadic Colors of #c52fbc

#c52fbc #bcc52f #2fbcc5

Analogous Colors of #c52fbc

#c52fbc #c52f71 #832fc5

Monochromatic Colors of #c52fbc

#c52fbc

Complementary Color

#c52fbc #2fc538

#c52fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52fbc Color CSS Codes

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

#c52fbc Text Font Color

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

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


#c52fbc Background Color

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

This div background color is #c52fbc


#c52fbc Border Color

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

This div border color is #c52fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52fbc


Comments

No comments written yet.

Please login to write comment.