Color Hex Logo

#b90aee Color Hex

#B90AEE
(185,10,238)
0 Favorites   0 Comments

Color spaces of #b90aee

RGB 18510238
HSL0.790.920.49
HSV286°96°93°
CMYK 0.220.960.00   0.07
XYZ35.548716.704482.2396
Yxy16.70440.26430.1242
Hunter Lab40.871083.7310-90.6921
CIE-Lab47.885484.8773-71.9920

#b90aee color RGB value is (185,10,238).

#b90aee hex color red value is 185, green value is 10 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b90aee hue: 0.79 , saturation: 0.92 and the lightness value of b90aee is 0.49.

The process color (four color CMYK) of #b90aee color hex is 0.22, 0.96, 0.00, 0.07. Web safe color of #b90aee is #cc00ff. Color #b90aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001010 11101110
Octal 271 12 356
Decimal 185 10 238
Hex B9 A EE

RGB Percentages of Color #b90aee

%42.73
%2.31
%54.97

CMYK Percentages of Color #b90aee

%22
%96
%0
%7

Triadic Colors of #b90aee

#b90aee #eeb90a #0aeeb9

Analogous Colors of #b90aee

#b90aee #ee0ab1 #470aee

Monochromatic Colors of #b90aee

#b90aee

Complementary Color

#b90aee #3fee0a

#b90aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90aee Color CSS Codes

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

#b90aee Text Font Color

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

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


#b90aee Background Color

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

This div background color is #b90aee


#b90aee Border Color

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

This div border color is #b90aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90aee


Comments

No comments written yet.

Please login to write comment.