Color Hex Logo

#c530aa Color Hex

#C530AA
(197,48,170)
0 Favorites   0 Comments

Color spaces of #c530aa

RGB 19748170
HSL0.860.610.48
HSV311°76°77°
CMYK 0.000.760.14   0.23
XYZ31.338616.886539.6379
Yxy16.88650.35670.1922
Hunter Lab41.093264.2151-28.4251
CIE-Lab48.116769.0572-32.2601

#c530aa color RGB value is (197,48,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110000 10101010
Octal 305 60 252
Decimal 197 48 170
Hex C5 30 AA

RGB Percentages of Color #c530aa

%47.47
%11.57
%40.96

CMYK Percentages of Color #c530aa

%0
%76
%14
%23

Triadic Colors of #c530aa

#c530aa #aac530 #30aac5

Analogous Colors of #c530aa

#c530aa #c53060 #9630c5

Monochromatic Colors of #c530aa

#c530aa

Complementary Color

#c530aa #30c54b

#c530aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c530aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c530aa Color CSS Codes

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

#c530aa Text Font Color

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

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


#c530aa Background Color

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

This div background color is #c530aa


#c530aa Border Color

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

This div border color is #c530aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c530aa


Comments

No comments written yet.

Please login to write comment.