Color Hex Logo

#b099cd Color Hex

#B099CD
(176,153,205)
0 Favorites   0 Comments

Color spaces of #b099cd

RGB 176153205
HSL0.740.340.70
HSV267°25°80°
CMYK 0.140.250.00   0.20
XYZ40.315236.420362.6626
Yxy36.42030.28920.2613
Hunter Lab60.349213.6325-19.3183
CIE-Lab66.839818.6078-23.5316

#b099cd color RGB value is (176,153,205).

#b099cd hex color red value is 176, green value is 153 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b099cd hue: 0.74 , saturation: 0.34 and the lightness value of b099cd is 0.70.

The process color (four color CMYK) of #b099cd color hex is 0.14, 0.25, 0.00, 0.20. Web safe color of #b099cd is #9999cc. Color #b099cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011001 11001101
Octal 260 231 315
Decimal 176 153 205
Hex B0 99 CD

RGB Percentages of Color #b099cd

%32.96
%28.65
%38.39

CMYK Percentages of Color #b099cd

%14
%25
%0
%20

Triadic Colors of #b099cd

#b099cd #cdb099 #99cdb0

Analogous Colors of #b099cd

#b099cd #ca99cd #999ccd

Monochromatic Colors of #b099cd

#b099cd

Complementary Color

#b099cd #b6cd99

#b099cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b099cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b099cd Color CSS Codes

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

#b099cd Text Font Color

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

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


#b099cd Background Color

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

This div background color is #b099cd


#b099cd Border Color

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

This div border color is #b099cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,153,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b099cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b099cd;
  -webkit-box-shadow: 1px 1px 3px 2px #b099cd;
  box-shadow:         1px 1px 3px 2px #b099cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,153,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b099cd


Comments

No comments written yet.

Please login to write comment.