Color Hex Logo

#b90abd Color Hex

#B90ABD
(185,10,189)
0 Favorites   0 Comments

Color spaces of #b90abd

RGB 18510189
HSL0.830.900.39
HSV299°95°74°
CMYK 0.020.950.00   0.26
XYZ29.301414.205549.3417
Yxy14.20550.31560.1530
Hunter Lab37.690272.8131-51.2357
CIE-Lab44.526276.8803-49.2645

#b90abd color RGB value is (185,10,189).

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

The process color (four color CMYK) of #b90abd color hex is 0.02, 0.95, 0.00, 0.26. Web safe color of #b90abd is #cc00cc. Color #b90abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001010 10111101
Octal 271 12 275
Decimal 185 10 189
Hex B9 A BD

RGB Percentages of Color #b90abd

%48.18
%2.60
%49.22

CMYK Percentages of Color #b90abd

%2
%95
%0
%26

Triadic Colors of #b90abd

#b90abd #bdb90a #0abdb9

Analogous Colors of #b90abd

#b90abd #bd0a68 #600abd

Monochromatic Colors of #b90abd

#b90abd

Complementary Color

#b90abd #0ebd0a

#b90abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90abd Color CSS Codes

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

#b90abd Text Font Color

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

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


#b90abd Background Color

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

This div background color is #b90abd


#b90abd Border Color

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

This div border color is #b90abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90abd


Comments

No comments written yet.

Please login to write comment.