Color Hex Logo

#c08aba Color Hex

#C08ABA
(192,138,186)
0 Favorites   0 Comments

Color spaces of #c08aba

RGB 192138186
HSL0.850.300.65
HSV307°28°75°
CMYK 0.000.280.03   0.25
XYZ39.689632.928650.7184
Yxy32.92860.32180.2670
Hunter Lab57.383423.0395-12.2351
CIE-Lab64.103128.4509-16.9270

#c08aba color RGB value is (192,138,186).

#c08aba hex color red value is 192, green value is 138 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c08aba hue: 0.85 , saturation: 0.30 and the lightness value of c08aba is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001010 10111010
Octal 300 212 272
Decimal 192 138 186
Hex C0 8A BA

RGB Percentages of Color #c08aba

%37.21
%26.74
%36.05

CMYK Percentages of Color #c08aba

%0
%28
%3
%25

Triadic Colors of #c08aba

#c08aba #bac08a #8abac0

Analogous Colors of #c08aba

#c08aba #c08a9f #ab8ac0

Monochromatic Colors of #c08aba

#c08aba

Complementary Color

#c08aba #8ac090

#c08aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08aba Color CSS Codes

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

#c08aba Text Font Color

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

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


#c08aba Background Color

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

This div background color is #c08aba


#c08aba Border Color

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

This div border color is #c08aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08aba


Comments

No comments written yet.

Please login to write comment.