Color Hex Logo

#c59aba Color Hex

#C59ABA
(197,154,186)
0 Favorites   0 Comments

Color spaces of #c59aba

RGB 197154186
HSL0.880.270.69
HSV315°22°77°
CMYK 0.000.220.06   0.23
XYZ43.444538.526751.6010
Yxy38.52670.32530.2884
Hunter Lab62.069916.3150-5.8411
CIE-Lab68.407021.3316-10.4005

#c59aba color RGB value is (197,154,186).

#c59aba hex color red value is 197, green value is 154 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c59aba hue: 0.88 , saturation: 0.27 and the lightness value of c59aba is 0.69.

The process color (four color CMYK) of #c59aba color hex is 0.00, 0.22, 0.06, 0.23. Web safe color of #c59aba is #cc99cc. Color #c59aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011010 10111010
Octal 305 232 272
Decimal 197 154 186
Hex C5 9A BA

RGB Percentages of Color #c59aba

%36.69
%28.68
%34.64

CMYK Percentages of Color #c59aba

%0
%22
%6
%23

Triadic Colors of #c59aba

#c59aba #bac59a #9abac5

Analogous Colors of #c59aba

#c59aba #c59aa5 #bb9ac5

Monochromatic Colors of #c59aba

#c59aba

Complementary Color

#c59aba #9ac5a5

#c59aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59aba Color CSS Codes

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

#c59aba Text Font Color

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

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


#c59aba Background Color

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

This div background color is #c59aba


#c59aba Border Color

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

This div border color is #c59aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59aba


Comments

No comments written yet.

Please login to write comment.