Color Hex Logo

#c52fbf Color Hex

#C52FBF
(197,47,191)
0 Favorites   0 Comments

Color spaces of #c52fbf

RGB 19747191
HSL0.840.610.48
HSV302°76°77°
CMYK 0.000.760.03   0.23
XYZ33.446417.664950.9371
Yxy17.66490.32780.1731
Hunter Lab42.029668.4951-42.4348
CIE-Lab49.087172.4512-43.0391

#c52fbf color RGB value is (197,47,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101111 10111111
Octal 305 57 277
Decimal 197 47 191
Hex C5 2F BF

RGB Percentages of Color #c52fbf

%45.29
%10.80
%43.91

CMYK Percentages of Color #c52fbf

%0
%76
%3
%23

Triadic Colors of #c52fbf

#c52fbf #bfc52f #2fbfc5

Analogous Colors of #c52fbf

#c52fbf #c52f74 #802fc5

Monochromatic Colors of #c52fbf

#c52fbf

Complementary Color

#c52fbf #2fc535

#c52fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52fbf Color CSS Codes

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

#c52fbf Text Font Color

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

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


#c52fbf Background Color

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

This div background color is #c52fbf


#c52fbf Border Color

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

This div border color is #c52fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52fbf


Comments

No comments written yet.

Please login to write comment.