Color Hex Logo

#c09aba Color Hex

#C09ABA
(192,154,186)
0 Favorites   0 Comments

Color spaces of #c09aba

RGB 192154186
HSL0.860.230.68
HSV309°20°75°
CMYK 0.000.200.03   0.25
XYZ42.156837.862851.5407
Yxy37.86280.32040.2878
Hunter Lab61.532814.6101-6.5892
CIE-Lab67.919419.5899-11.1805

#c09aba color RGB value is (192,154,186).

#c09aba hex color red value is 192, green value is 154 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c09aba hue: 0.86 , saturation: 0.23 and the lightness value of c09aba is 0.68.

The process color (four color CMYK) of #c09aba color hex is 0.00, 0.20, 0.03, 0.25. Web safe color of #c09aba is #cc99cc. Color #c09aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011010 10111010
Octal 300 232 272
Decimal 192 154 186
Hex C0 9A BA

RGB Percentages of Color #c09aba

%36.09
%28.95
%34.96

CMYK Percentages of Color #c09aba

%0
%20
%3
%25

Triadic Colors of #c09aba

#c09aba #bac09a #9abac0

Analogous Colors of #c09aba

#c09aba #c09aa7 #b39ac0

Monochromatic Colors of #c09aba

#c09aba

Complementary Color

#c09aba #9ac0a0

#c09aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09aba Color CSS Codes

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

#c09aba Text Font Color

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

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


#c09aba Background Color

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

This div background color is #c09aba


#c09aba Border Color

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

This div border color is #c09aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09aba


Comments

No comments written yet.

Please login to write comment.