Color Hex Logo

#b098ea Color Hex

#B098EA
(176,152,234)
0 Favorites   0 Comments

Color spaces of #b098ea

RGB 176152234
HSL0.720.660.76
HSV258°35°92°
CMYK 0.250.350.00   0.08
XYZ43.984037.627182.7864
Yxy37.62710.26750.2289
Hunter Lab61.340920.6453-37.0798
CIE-Lab67.744925.7734-38.1544

#b098ea color RGB value is (176,152,234).

#b098ea hex color red value is 176, green value is 152 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b098ea hue: 0.72 , saturation: 0.66 and the lightness value of b098ea is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011000 11101010
Octal 260 230 352
Decimal 176 152 234
Hex B0 98 EA

RGB Percentages of Color #b098ea

%31.32
%27.05
%41.64

CMYK Percentages of Color #b098ea

%25
%35
%0
%8

Triadic Colors of #b098ea

#b098ea #eab098 #98eab0

Analogous Colors of #b098ea

#b098ea #d998ea #98a9ea

Monochromatic Colors of #b098ea

#b098ea

Complementary Color

#b098ea #d2ea98

#b098ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b098ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b098ea Color CSS Codes

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

#b098ea Text Font Color

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

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


#b098ea Background Color

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

This div background color is #b098ea


#b098ea Border Color

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

This div border color is #b098ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b098ea


Comments

No comments written yet.

Please login to write comment.