Color Hex Logo

#b092ee Color Hex

#B092EE
(176,146,238)
0 Favorites   0 Comments

Color spaces of #b092ee

RGB 176146238
HSL0.720.730.75
HSV260°39°93°
CMYK 0.260.390.00   0.07
XYZ43.616035.960985.5313
Yxy35.96090.26420.2178
Hunter Lab59.967424.8852-42.5879
CIE-Lab66.490030.1006-42.3134

#b092ee color RGB value is (176,146,238).

#b092ee hex color red value is 176, green value is 146 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b092ee hue: 0.72 , saturation: 0.73 and the lightness value of b092ee is 0.75.

The process color (four color CMYK) of #b092ee color hex is 0.26, 0.39, 0.00, 0.07. Web safe color of #b092ee is #9999ff. Color #b092ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010010 11101110
Octal 260 222 356
Decimal 176 146 238
Hex B0 92 EE

RGB Percentages of Color #b092ee

%31.43
%26.07
%42.50

CMYK Percentages of Color #b092ee

%26
%39
%0
%7

Triadic Colors of #b092ee

#b092ee #eeb092 #92eeb0

Analogous Colors of #b092ee

#b092ee #de92ee #92a2ee

Monochromatic Colors of #b092ee

#b092ee

Complementary Color

#b092ee #d0ee92

#b092ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b092ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b092ee Color CSS Codes

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

#b092ee Text Font Color

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

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


#b092ee Background Color

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

This div background color is #b092ee


#b092ee Border Color

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

This div border color is #b092ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b092ee


Comments

No comments written yet.

Please login to write comment.