Color Hex Logo

#b090eb Color Hex

#B090EB
(176,144,235)
0 Favorites   0 Comments

Color spaces of #b090eb

RGB 176144235
HSL0.730.690.74
HSV261°39°92°
CMYK 0.250.390.00   0.08
XYZ42.873235.174883.1270
Yxy35.17480.26600.2182
Hunter Lab59.308325.2456-41.5854
CIE-Lab65.884530.5086-41.6118

#b090eb color RGB value is (176,144,235).

#b090eb hex color red value is 176, green value is 144 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b090eb hue: 0.73 , saturation: 0.69 and the lightness value of b090eb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010000 11101011
Octal 260 220 353
Decimal 176 144 235
Hex B0 90 EB

RGB Percentages of Color #b090eb

%31.71
%25.95
%42.34

CMYK Percentages of Color #b090eb

%25
%39
%0
%8

Triadic Colors of #b090eb

#b090eb #ebb090 #90ebb0

Analogous Colors of #b090eb

#b090eb #de90eb #909eeb

Monochromatic Colors of #b090eb

#b090eb

Complementary Color

#b090eb #cbeb90

#b090eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b090eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b090eb Color CSS Codes

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

#b090eb Text Font Color

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

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


#b090eb Background Color

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

This div background color is #b090eb


#b090eb Border Color

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

This div border color is #b090eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,144,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 #b090eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b090eb


Comments

No comments written yet.

Please login to write comment.