Color Hex Logo

#b90dac Color Hex

#B90DAC
(185,13,172)
0 Favorites   0 Comments

Color spaces of #b90dac

RGB 18513172
HSL0.850.870.39
HSV305°93°73°
CMYK 0.000.930.07   0.27
XYZ27.597913.580740.1965
Yxy13.58070.33910.1669
Hunter Lab36.852069.1849-38.8745
CIE-Lab43.625574.0859-40.6713

#b90dac color RGB value is (185,13,172).

#b90dac hex color red value is 185, green value is 13 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b90dac hue: 0.85 , saturation: 0.87 and the lightness value of b90dac is 0.39.

The process color (four color CMYK) of #b90dac color hex is 0.00, 0.93, 0.07, 0.27. Web safe color of #b90dac is #cc0099. Color #b90dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001101 10101100
Octal 271 15 254
Decimal 185 13 172
Hex B9 D AC

RGB Percentages of Color #b90dac

%50.00
%3.51
%46.49

CMYK Percentages of Color #b90dac

%0
%93
%7
%27

Triadic Colors of #b90dac

#b90dac #acb90d #0dacb9

Analogous Colors of #b90dac

#b90dac #b90d56 #700db9

Monochromatic Colors of #b90dac

#b90dac

Complementary Color

#b90dac #0db91a

#b90dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90dac Color CSS Codes

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

#b90dac Text Font Color

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

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


#b90dac Background Color

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

This div background color is #b90dac


#b90dac Border Color

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

This div border color is #b90dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90dac


Comments

No comments written yet.

Please login to write comment.