Color Hex Logo

#b098ef Color Hex

#B098EF
(176,152,239)
0 Favorites   0 Comments

Color spaces of #b098ef

RGB 176152239
HSL0.710.730.77
HSV257°36°94°
CMYK 0.260.360.00   0.06
XYZ44.712737.918686.6238
Yxy37.91860.26420.2240
Hunter Lab61.578121.8497-40.3004
CIE-Lab67.960626.9677-40.5604

#b098ef color RGB value is (176,152,239).

#b098ef hex color red value is 176, green value is 152 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b098ef hue: 0.71 , saturation: 0.73 and the lightness value of b098ef is 0.77.

The process color (four color CMYK) of #b098ef color hex is 0.26, 0.36, 0.00, 0.06. Web safe color of #b098ef is #9999ff. Color #b098ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011000 11101111
Octal 260 230 357
Decimal 176 152 239
Hex B0 98 EF

RGB Percentages of Color #b098ef

%31.04
%26.81
%42.15

CMYK Percentages of Color #b098ef

%26
%36
%0
%6

Triadic Colors of #b098ef

#b098ef #efb098 #98efb0

Analogous Colors of #b098ef

#b098ef #dc98ef #98acef

Monochromatic Colors of #b098ef

#b098ef

Complementary Color

#b098ef #d7ef98

#b098ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b098ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b098ef Color CSS Codes

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

#b098ef Text Font Color

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

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


#b098ef Background Color

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

This div background color is #b098ef


#b098ef Border Color

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

This div border color is #b098ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b098ef


Comments

No comments written yet.

Please login to write comment.