Color Hex Logo

#b925ad Color Hex

#B925AD
(185,37,173)
0 Favorites   0 Comments

Color spaces of #b925ad

RGB 18537173
HSL0.850.670.44
HSV305°80°73°
CMYK 0.000.800.06   0.27
XYZ28.212014.654640.8768
Yxy14.65460.33690.1750
Hunter Lab38.281364.5559-36.5129
CIE-Lab45.157469.9205-38.8348

#b925ad color RGB value is (185,37,173).

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

The process color (four color CMYK) of #b925ad color hex is 0.00, 0.80, 0.06, 0.27. Web safe color of #b925ad is #cc3399. Color #b925ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00100101 10101101
Octal 271 45 255
Decimal 185 37 173
Hex B9 25 AD

RGB Percentages of Color #b925ad

%46.84
%9.37
%43.80

CMYK Percentages of Color #b925ad

%0
%80
%6
%27

Triadic Colors of #b925ad

#b925ad #adb925 #25adb9

Analogous Colors of #b925ad

#b925ad #b92563 #7b25b9

Monochromatic Colors of #b925ad

#b925ad

Complementary Color

#b925ad #25b931

#b925ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b925ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b925ad Color CSS Codes

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

#b925ad Text Font Color

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

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


#b925ad Background Color

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

This div background color is #b925ad


#b925ad Border Color

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

This div border color is #b925ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,37,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 #b925ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b925ad


Comments

No comments written yet.

Please login to write comment.