Color Hex Logo

#b097ec Color Hex

#B097EC
(176,151,236)
0 Favorites   0 Comments

Color spaces of #b097ec

RGB 176151236
HSL0.720.690.76
HSV258°36°93°
CMYK 0.250.360.00   0.07
XYZ44.111437.419584.2546
Yxy37.41950.26610.2257
Hunter Lab61.171521.6681-38.8431
CIE-Lab67.590626.8115-39.4932

#b097ec color RGB value is (176,151,236).

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

The process color (four color CMYK) of #b097ec color hex is 0.25, 0.36, 0.00, 0.07. Web safe color of #b097ec is #9999ff. Color #b097ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010111 11101100
Octal 260 227 354
Decimal 176 151 236
Hex B0 97 EC

RGB Percentages of Color #b097ec

%31.26
%26.82
%41.92

CMYK Percentages of Color #b097ec

%25
%36
%0
%7

Triadic Colors of #b097ec

#b097ec #ecb097 #97ecb0

Analogous Colors of #b097ec

#b097ec #db97ec #97a9ec

Monochromatic Colors of #b097ec

#b097ec

Complementary Color

#b097ec #d3ec97

#b097ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b097ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b097ec Color CSS Codes

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

#b097ec Text Font Color

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

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


#b097ec Background Color

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

This div background color is #b097ec


#b097ec Border Color

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

This div border color is #b097ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b097ec


Comments

No comments written yet.

Please login to write comment.