Color Hex Logo

#b90aed Color Hex

#B90AED
(185,10,237)
0 Favorites   0 Comments

Color spaces of #b90aed

RGB 18510237
HSL0.800.920.48
HSV286°96°93°
CMYK 0.220.960.00   0.07
XYZ35.402216.645881.4678
Yxy16.64580.26520.1247
Hunter Lab40.799383.4887-89.8305
CIE-Lab47.810684.7041-71.5494

#b90aed color RGB value is (185,10,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001010 11101101
Octal 271 12 355
Decimal 185 10 237
Hex B9 A ED

RGB Percentages of Color #b90aed

%42.82
%2.31
%54.86

CMYK Percentages of Color #b90aed

%22
%96
%0
%7

Triadic Colors of #b90aed

#b90aed #edb90a #0aedb9

Analogous Colors of #b90aed

#b90aed #ed0ab0 #470aed

Monochromatic Colors of #b90aed

#b90aed

Complementary Color

#b90aed #3eed0a

#b90aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90aed Color CSS Codes

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

#b90aed Text Font Color

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

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


#b90aed Background Color

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

This div background color is #b90aed


#b90aed Border Color

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

This div border color is #b90aed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,10,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90aed


Comments

No comments written yet.

Please login to write comment.