Color Hex Logo

#c08abb Color Hex

#C08ABB
(192,138,187)
0 Favorites   0 Comments

Color spaces of #c08abb

RGB 192138187
HSL0.850.300.65
HSV306°28°75°
CMYK 0.000.280.03   0.25
XYZ39.796332.971351.2803
Yxy32.97130.32080.2658
Hunter Lab57.420623.2262-12.7553
CIE-Lab64.137728.6363-17.4378

#c08abb color RGB value is (192,138,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001010 10111011
Octal 300 212 273
Decimal 192 138 187
Hex C0 8A BB

RGB Percentages of Color #c08abb

%37.14
%26.69
%36.17

CMYK Percentages of Color #c08abb

%0
%28
%3
%25

Triadic Colors of #c08abb

#c08abb #bbc08a #8abbc0

Analogous Colors of #c08abb

#c08abb #c08aa0 #aa8ac0

Monochromatic Colors of #c08abb

#c08abb

Complementary Color

#c08abb #8ac08f

#c08abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08abb Color CSS Codes

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

#c08abb Text Font Color

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

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


#c08abb Background Color

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

This div background color is #c08abb


#c08abb Border Color

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

This div border color is #c08abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08abb


Comments

No comments written yet.

Please login to write comment.