Color Hex Logo

#c130aa Color Hex

#C130AA
(193,48,170)
0 Favorites   0 Comments

Color spaces of #c130aa

RGB 19348170
HSL0.860.600.47
HSV310°75°76°
CMYK 0.000.750.12   0.24
XYZ30.305016.353639.5895
Yxy16.35360.35140.1896
Hunter Lab40.439662.9968-29.7359
CIE-Lab47.435068.1554-33.3772

#c130aa color RGB value is (193,48,170).

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

The process color (four color CMYK) of #c130aa color hex is 0.00, 0.75, 0.12, 0.24. Web safe color of #c130aa is #cc3399. Color #c130aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110000 10101010
Octal 301 60 252
Decimal 193 48 170
Hex C1 30 AA

RGB Percentages of Color #c130aa

%46.96
%11.68
%41.36

CMYK Percentages of Color #c130aa

%0
%75
%12
%24

Triadic Colors of #c130aa

#c130aa #aac130 #30aac1

Analogous Colors of #c130aa

#c130aa #c13062 #9030c1

Monochromatic Colors of #c130aa

#c130aa

Complementary Color

#c130aa #30c147

#c130aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c130aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c130aa Color CSS Codes

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

#c130aa Text Font Color

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

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


#c130aa Background Color

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

This div background color is #c130aa


#c130aa Border Color

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

This div border color is #c130aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,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 #c130aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c130aa


Comments

No comments written yet.

Please login to write comment.