Color Hex Logo

#c532a1 Color Hex

#C532A1
(197,50,161)
0 Favorites   0 Comments

Color spaces of #c532a1

RGB 19750161
HSL0.870.600.48
HSV315°75°77°
CMYK 0.000.750.18   0.23
XYZ30.599616.724735.3336
Yxy16.72470.37020.2023
Hunter Lab40.895861.9918-22.5989
CIE-Lab47.911367.2059-27.2459

#c532a1 color RGB value is (197,50,161).

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

The process color (four color CMYK) of #c532a1 color hex is 0.00, 0.75, 0.18, 0.23. Web safe color of #c532a1 is #cc3399. Color #c532a1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110010 10100001
Octal 305 62 241
Decimal 197 50 161
Hex C5 32 A1

RGB Percentages of Color #c532a1

%48.28
%12.25
%39.46

CMYK Percentages of Color #c532a1

%0
%75
%18
%23

Triadic Colors of #c532a1

#c532a1 #a1c532 #32a1c5

Analogous Colors of #c532a1

#c532a1 #c53258 #a032c5

Monochromatic Colors of #c532a1

#c532a1

Complementary Color

#c532a1 #32c556

#c532a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c532a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c532a1 Color CSS Codes

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

#c532a1 Text Font Color

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

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


#c532a1 Background Color

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

This div background color is #c532a1


#c532a1 Border Color

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

This div border color is #c532a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c532a1


Comments

No comments written yet.

Please login to write comment.