Color Hex Logo

#c58aab Color Hex

#C58AAB
(197,138,171)
0 Favorites   0 Comments

Color spaces of #c58aab

RGB 197138171
HSL0.910.340.66
HSV326°30°77°
CMYK 0.000.300.13   0.23
XYZ39.465132.987542.8153
Yxy32.98750.34240.2862
Hunter Lab57.434722.1418-3.9940
CIE-Lab64.150827.5392-8.3333

#c58aab color RGB value is (197,138,171).

#c58aab hex color red value is 197, green value is 138 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c58aab hue: 0.91 , saturation: 0.34 and the lightness value of c58aab is 0.66.

The process color (four color CMYK) of #c58aab color hex is 0.00, 0.30, 0.13, 0.23. Web safe color of #c58aab is #cc9999. Color #c58aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001010 10101011
Octal 305 212 253
Decimal 197 138 171
Hex C5 8A AB

RGB Percentages of Color #c58aab

%38.93
%27.27
%33.79

CMYK Percentages of Color #c58aab

%0
%30
%13
%23

Triadic Colors of #c58aab

#c58aab #abc58a #8aabc5

Analogous Colors of #c58aab

#c58aab #c58a8e #c28ac5

Monochromatic Colors of #c58aab

#c58aab

Complementary Color

#c58aab #8ac5a4

#c58aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58aab Color CSS Codes

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

#c58aab Text Font Color

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

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


#c58aab Background Color

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

This div background color is #c58aab


#c58aab Border Color

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

This div border color is #c58aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58aab


Comments

No comments written yet.

Please login to write comment.