Color Hex Logo

#c52fa3 Color Hex

#C52FA3
(197,47,163)
0 Favorites   0 Comments

Color spaces of #c52fa3

RGB 19747163
HSL0.870.610.48
HSV314°76°77°
CMYK 0.000.760.17   0.23
XYZ30.653316.547736.2287
Yxy16.54770.36740.1983
Hunter Lab40.678963.3195-24.3286
CIE-Lab47.685068.3815-28.7869

#c52fa3 color RGB value is (197,47,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101111 10100011
Octal 305 57 243
Decimal 197 47 163
Hex C5 2F A3

RGB Percentages of Color #c52fa3

%48.40
%11.55
%40.05

CMYK Percentages of Color #c52fa3

%0
%76
%17
%23

Triadic Colors of #c52fa3

#c52fa3 #a3c52f #2fa3c5

Analogous Colors of #c52fa3

#c52fa3 #c52f58 #9c2fc5

Monochromatic Colors of #c52fa3

#c52fa3

Complementary Color

#c52fa3 #2fc551

#c52fa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52fa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52fa3 Color CSS Codes

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

#c52fa3 Text Font Color

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

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


#c52fa3 Background Color

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

This div background color is #c52fa3


#c52fa3 Border Color

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

This div border color is #c52fa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52fa3


Comments

No comments written yet.

Please login to write comment.