Color Hex Logo

#c08b9a Color Hex

#C08B9A
(192,139,154)
0 Favorites   0 Comments

Color spaces of #c08b9a

RGB 192139154
HSL0.950.300.65
HSV343°28°75°
CMYK 0.000.280.20   0.25
XYZ36.803632.004834.8096
Yxy32.00480.35520.3089
Hunter Lab56.572817.12143.1194
CIE-Lab63.346922.42320.0500

#c08b9a color RGB value is (192,139,154).

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

The process color (four color CMYK) of #c08b9a color hex is 0.00, 0.28, 0.20, 0.25. Web safe color of #c08b9a is #cc9999. Color #c08b9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001011 10011010
Octal 300 213 232
Decimal 192 139 154
Hex C0 8B 9A

RGB Percentages of Color #c08b9a

%39.59
%28.66
%31.75

CMYK Percentages of Color #c08b9a

%0
%28
%20
%25

Triadic Colors of #c08b9a

#c08b9a #9ac08b #8b9ac0

Analogous Colors of #c08b9a

#c08b9a #c0978b #c08bb5

Monochromatic Colors of #c08b9a

#c08b9a

Complementary Color

#c08b9a #8bc0b1

#c08b9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08b9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08b9a Color CSS Codes

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

#c08b9a Text Font Color

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

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


#c08b9a Background Color

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

This div background color is #c08b9a


#c08b9a Border Color

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

This div border color is #c08b9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08b9a


Comments

No comments written yet.

Please login to write comment.