Color Hex Logo

#b90ade Color Hex

#B90ADE
(185,10,222)
0 Favorites   0 Comments

Color spaces of #b90ade

RGB 18510222
HSL0.800.910.45
HSV290°95°87°
CMYK 0.170.950.00   0.13
XYZ33.300915.805370.4028
Yxy15.80530.27860.1323
Hunter Lab39.755979.9450-77.1662
CIE-Lab46.718082.1503-64.8100

#b90ade color RGB value is (185,10,222).

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

The process color (four color CMYK) of #b90ade color hex is 0.17, 0.95, 0.00, 0.13. Web safe color of #b90ade is #cc00cc. Color #b90ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001010 11011110
Octal 271 12 336
Decimal 185 10 222
Hex B9 A DE

RGB Percentages of Color #b90ade

%44.36
%2.40
%53.24

CMYK Percentages of Color #b90ade

%17
%95
%0
%13

Triadic Colors of #b90ade

#b90ade #deb90a #0adeb9

Analogous Colors of #b90ade

#b90ade #de0a99 #4f0ade

Monochromatic Colors of #b90ade

#b90ade

Complementary Color

#b90ade #2fde0a

#b90ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90ade Color CSS Codes

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

#b90ade Text Font Color

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

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


#b90ade Background Color

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

This div background color is #b90ade


#b90ade Border Color

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

This div border color is #b90ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90ade


Comments

No comments written yet.

Please login to write comment.