Color Hex Logo

#c150aa Color Hex

#C150AA
(193,80,170)
0 Favorites   0 Comments

Color spaces of #c150aa

RGB 19380170
HSL0.870.480.54
HSV312°59°76°
CMYK 0.000.590.12   0.24
XYZ32.116719.977140.1934
Yxy19.97710.34800.2165
Hunter Lab44.695750.0459-22.0305
CIE-Lab51.811355.9677-26.5541

#c150aa color RGB value is (193,80,170).

#c150aa hex color red value is 193, green value is 80 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c150aa hue: 0.87 , saturation: 0.48 and the lightness value of c150aa is 0.54.

The process color (four color CMYK) of #c150aa color hex is 0.00, 0.59, 0.12, 0.24. Web safe color of #c150aa is #cc6699. Color #c150aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010000 10101010
Octal 301 120 252
Decimal 193 80 170
Hex C1 50 AA

RGB Percentages of Color #c150aa

%43.57
%18.06
%38.37

CMYK Percentages of Color #c150aa

%0
%59
%12
%24

Triadic Colors of #c150aa

#c150aa #aac150 #50aac1

Analogous Colors of #c150aa

#c150aa #c15072 #a050c1

Monochromatic Colors of #c150aa

#c150aa

Complementary Color

#c150aa #50c167

#c150aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c150aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c150aa Color CSS Codes

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

#c150aa Text Font Color

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

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


#c150aa Background Color

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

This div background color is #c150aa


#c150aa Border Color

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

This div border color is #c150aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c150aa


Comments

No comments written yet.

Please login to write comment.