Color Hex Logo

#c52fcf Color Hex

#C52FCF
(197,47,207)
0 Favorites   0 Comments

Color spaces of #c52fcf

RGB 19747207
HSL0.820.630.50
HSV296°77°81°
CMYK 0.050.770.00   0.19
XYZ35.305018.408360.7239
Yxy18.40830.30850.1609
Hunter Lab42.904971.7981-53.8805
CIE-Lab49.987674.9908-50.8535

#c52fcf color RGB value is (197,47,207).

#c52fcf hex color red value is 197, green value is 47 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c52fcf hue: 0.82 , saturation: 0.63 and the lightness value of c52fcf is 0.50.

The process color (four color CMYK) of #c52fcf color hex is 0.05, 0.77, 0.00, 0.19. Web safe color of #c52fcf is #cc33cc. Color #c52fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101111 11001111
Octal 305 57 317
Decimal 197 47 207
Hex C5 2F CF

RGB Percentages of Color #c52fcf

%43.68
%10.42
%45.90

CMYK Percentages of Color #c52fcf

%5
%77
%0
%19

Triadic Colors of #c52fcf

#c52fcf #cfc52f #2fcfc5

Analogous Colors of #c52fcf

#c52fcf #cf2f89 #752fcf

Monochromatic Colors of #c52fcf

#c52fcf

Complementary Color

#c52fcf #39cf2f

#c52fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52fcf Color CSS Codes

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

#c52fcf Text Font Color

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

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


#c52fcf Background Color

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

This div background color is #c52fcf


#c52fcf Border Color

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

This div border color is #c52fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52fcf


Comments

No comments written yet.

Please login to write comment.