Color Hex Logo

#c52fbd Color Hex

#C52FBD
(197,47,189)
0 Favorites   0 Comments

Color spaces of #c52fbd

RGB 19747189
HSL0.840.610.48
HSV303°76°77°
CMYK 0.000.760.04   0.23
XYZ33.227817.577549.7856
Yxy17.57750.33030.1747
Hunter Lab41.925568.0993-41.0576
CIE-Lab48.979672.1439-42.0456

#c52fbd color RGB value is (197,47,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101111 10111101
Octal 305 57 275
Decimal 197 47 189
Hex C5 2F BD

RGB Percentages of Color #c52fbd

%45.50
%10.85
%43.65

CMYK Percentages of Color #c52fbd

%0
%76
%4
%23

Triadic Colors of #c52fbd

#c52fbd #bdc52f #2fbdc5

Analogous Colors of #c52fbd

#c52fbd #c52f72 #822fc5

Monochromatic Colors of #c52fbd

#c52fbd

Complementary Color

#c52fbd #2fc537

#c52fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52fbd Color CSS Codes

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

#c52fbd Text Font Color

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

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


#c52fbd Background Color

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

This div background color is #c52fbd


#c52fbd Border Color

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

This div border color is #c52fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52fbd


Comments

No comments written yet.

Please login to write comment.