Color Hex Logo

#c15aab Color Hex

#C15AAB
(193,90,171)
0 Favorites   0 Comments

Color spaces of #c15aab

RGB 19390171
HSL0.870.450.55
HSV313°53°76°
CMYK 0.000.530.11   0.24
XYZ32.999221.590140.9561
Yxy21.59010.34540.2260
Hunter Lab46.465145.4554-19.7348
CIE-Lab53.589451.4647-24.3903

#c15aab color RGB value is (193,90,171).

#c15aab hex color red value is 193, green value is 90 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c15aab hue: 0.87 , saturation: 0.45 and the lightness value of c15aab is 0.55.

The process color (four color CMYK) of #c15aab color hex is 0.00, 0.53, 0.11, 0.24. Web safe color of #c15aab is #cc6699. Color #c15aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011010 10101011
Octal 301 132 253
Decimal 193 90 171
Hex C1 5A AB

RGB Percentages of Color #c15aab

%42.51
%19.82
%37.67

CMYK Percentages of Color #c15aab

%0
%53
%11
%24

Triadic Colors of #c15aab

#c15aab #abc15a #5aabc1

Analogous Colors of #c15aab

#c15aab #c15a78 #a45ac1

Monochromatic Colors of #c15aab

#c15aab

Complementary Color

#c15aab #5ac170

#c15aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15aab Color CSS Codes

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

#c15aab Text Font Color

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

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


#c15aab Background Color

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

This div background color is #c15aab


#c15aab Border Color

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

This div border color is #c15aab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,90,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15aab


Comments

No comments written yet.

Please login to write comment.