Color Hex Logo

#b099eb Color Hex

#B099EB
(176,153,235)
0 Favorites   0 Comments

Color spaces of #b099eb

RGB 176153235
HSL0.710.670.76
HSV257°35°92°
CMYK 0.250.350.00   0.08
XYZ44.291138.010783.5997
Yxy38.01070.26700.2291
Hunter Lab61.652820.3411-37.2388
CIE-Lab68.028525.4489-38.2612

#b099eb color RGB value is (176,153,235).

#b099eb hex color red value is 176, green value is 153 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b099eb hue: 0.71 , saturation: 0.67 and the lightness value of b099eb is 0.76.

The process color (four color CMYK) of #b099eb color hex is 0.25, 0.35, 0.00, 0.08. Web safe color of #b099eb is #9999ff. Color #b099eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011001 11101011
Octal 260 231 353
Decimal 176 153 235
Hex B0 99 EB

RGB Percentages of Color #b099eb

%31.21
%27.13
%41.67

CMYK Percentages of Color #b099eb

%25
%35
%0
%8

Triadic Colors of #b099eb

#b099eb #ebb099 #99ebb0

Analogous Colors of #b099eb

#b099eb #d999eb #99abeb

Monochromatic Colors of #b099eb

#b099eb

Complementary Color

#b099eb #d4eb99

#b099eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b099eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b099eb Color CSS Codes

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

#b099eb Text Font Color

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

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


#b099eb Background Color

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

This div background color is #b099eb


#b099eb Border Color

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

This div border color is #b099eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b099eb


Comments

No comments written yet.

Please login to write comment.