Color Hex Logo

#b919ad Color Hex

#B919AD
(185,25,173)
0 Favorites   0 Comments

Color spaces of #b919ad

RGB 18525173
HSL0.850.760.41
HSV305°86°73°
CMYK 0.000.860.06   0.27
XYZ27.898014.026740.7722
Yxy14.02670.33740.1696
Hunter Lab37.452267.4224-38.3292
CIE-Lab44.271272.4985-40.2397

#b919ad color RGB value is (185,25,173).

#b919ad hex color red value is 185, green value is 25 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b919ad hue: 0.85 , saturation: 0.76 and the lightness value of b919ad is 0.41.

The process color (four color CMYK) of #b919ad color hex is 0.00, 0.86, 0.06, 0.27. Web safe color of #b919ad is #cc0099. Color #b919ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00011001 10101101
Octal 271 31 255
Decimal 185 25 173
Hex B9 19 AD

RGB Percentages of Color #b919ad

%48.30
%6.53
%45.17

CMYK Percentages of Color #b919ad

%0
%86
%6
%27

Triadic Colors of #b919ad

#b919ad #adb919 #19adb9

Analogous Colors of #b919ad

#b919ad #b9195d #7519b9

Monochromatic Colors of #b919ad

#b919ad

Complementary Color

#b919ad #19b925

#b919ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b919ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b919ad Color CSS Codes

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

#b919ad Text Font Color

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

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


#b919ad Background Color

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

This div background color is #b919ad


#b919ad Border Color

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

This div border color is #b919ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b919ad


Comments

No comments written yet.

Please login to write comment.