Color Hex Logo

#b90abf Color Hex

#B90ABF
(185,10,191)
0 Favorites   0 Comments

Color spaces of #b90abf

RGB 18510191
HSL0.830.900.39
HSV298°95°75°
CMYK 0.030.950.00   0.25
XYZ29.520114.293050.4931
Yxy14.29300.31300.1516
Hunter Lab37.806173.2174-52.7224
CIE-Lab44.650277.1840-50.2365

#b90abf color RGB value is (185,10,191).

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

The process color (four color CMYK) of #b90abf color hex is 0.03, 0.95, 0.00, 0.25. Web safe color of #b90abf is #cc00cc. Color #b90abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001010 10111111
Octal 271 12 277
Decimal 185 10 191
Hex B9 A BF

RGB Percentages of Color #b90abf

%47.93
%2.59
%49.48

CMYK Percentages of Color #b90abf

%3
%95
%0
%25

Triadic Colors of #b90abf

#b90abf #bfb90a #0abfb9

Analogous Colors of #b90abf

#b90abf #bf0a6b #5f0abf

Monochromatic Colors of #b90abf

#b90abf

Complementary Color

#b90abf #10bf0a

#b90abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90abf Color CSS Codes

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

#b90abf Text Font Color

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

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


#b90abf Background Color

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

This div background color is #b90abf


#b90abf Border Color

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

This div border color is #b90abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90abf


Comments

No comments written yet.

Please login to write comment.