Color Hex Logo

#c08bb2 Color Hex

#C08BB2
(192,139,178)
0 Favorites   0 Comments

Color spaces of #c08bb2

RGB 192139178
HSL0.880.300.65
HSV316°28°75°
CMYK 0.000.280.07   0.25
XYZ39.006732.886146.4112
Yxy32.88610.32970.2780
Hunter Lab57.346421.0585-7.8417
CIE-Lab64.068626.4436-12.4673

#c08bb2 color RGB value is (192,139,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001011 10110010
Octal 300 213 262
Decimal 192 139 178
Hex C0 8B B2

RGB Percentages of Color #c08bb2

%37.72
%27.31
%34.97

CMYK Percentages of Color #c08bb2

%0
%28
%7
%25

Triadic Colors of #c08bb2

#c08bb2 #b2c08b #8bb2c0

Analogous Colors of #c08bb2

#c08bb2 #c08b98 #b48bc0

Monochromatic Colors of #c08bb2

#c08bb2

Complementary Color

#c08bb2 #8bc099

#c08bb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08bb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08bb2 Color CSS Codes

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

#c08bb2 Text Font Color

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

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


#c08bb2 Background Color

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

This div background color is #c08bb2


#c08bb2 Border Color

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

This div border color is #c08bb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08bb2


Comments

No comments written yet.

Please login to write comment.