Color Hex Logo

#c52faf Color Hex

#C52FAF
(197,47,175)
0 Favorites   0 Comments

Color spaces of #c52faf

RGB 19747175
HSL0.860.610.48
HSV309°76°77°
CMYK 0.000.760.11   0.23
XYZ31.780316.998542.1635
Yxy16.99850.34950.1869
Hunter Lab41.229265.4401-31.7731
CIE-Lab48.258170.0628-34.9870

#c52faf color RGB value is (197,47,175).

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

The process color (four color CMYK) of #c52faf color hex is 0.00, 0.76, 0.11, 0.23. Web safe color of #c52faf is #cc3399. Color #c52faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101111 10101111
Octal 305 57 257
Decimal 197 47 175
Hex C5 2F AF

RGB Percentages of Color #c52faf

%47.02
%11.22
%41.77

CMYK Percentages of Color #c52faf

%0
%76
%11
%23

Triadic Colors of #c52faf

#c52faf #afc52f #2fafc5

Analogous Colors of #c52faf

#c52faf #c52f64 #902fc5

Monochromatic Colors of #c52faf

#c52faf

Complementary Color

#c52faf #2fc545

#c52faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52faf Color CSS Codes

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

#c52faf Text Font Color

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

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


#c52faf Background Color

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

This div background color is #c52faf


#c52faf Border Color

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

This div border color is #c52faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52faf


Comments

No comments written yet.

Please login to write comment.