Color Hex Logo

#b90ab7 Color Hex

#B90AB7
(185,10,183)
0 Favorites   0 Comments

Color spaces of #b90ab7

RGB 18510183
HSL0.840.900.38
HSV301°95°73°
CMYK 0.000.950.01   0.27
XYZ28.663413.950345.9817
Yxy13.95030.32350.1575
Hunter Lab37.350171.6227-46.8468
CIE-Lab44.161675.9825-46.3240

#b90ab7 color RGB value is (185,10,183).

#b90ab7 hex color red value is 185, green value is 10 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #b90ab7 hue: 0.84 , saturation: 0.90 and the lightness value of b90ab7 is 0.38.

The process color (four color CMYK) of #b90ab7 color hex is 0.00, 0.95, 0.01, 0.27. Web safe color of #b90ab7 is #cc00cc. Color #b90ab7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001010 10110111
Octal 271 12 267
Decimal 185 10 183
Hex B9 A B7

RGB Percentages of Color #b90ab7

%48.94
%2.65
%48.41

CMYK Percentages of Color #b90ab7

%0
%95
%1
%27

Triadic Colors of #b90ab7

#b90ab7 #b7b90a #0ab7b9

Analogous Colors of #b90ab7

#b90ab7 #b90a60 #630ab9

Monochromatic Colors of #b90ab7

#b90ab7

Complementary Color

#b90ab7 #0ab90c

#b90ab7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90ab7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90ab7 Color CSS Codes

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

#b90ab7 Text Font Color

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

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


#b90ab7 Background Color

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

This div background color is #b90ab7


#b90ab7 Border Color

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

This div border color is #b90ab7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90ab7


Comments

No comments written yet.

Please login to write comment.