Color Hex Logo

#b928ad Color Hex

#B928AD
(185,40,173)
0 Favorites   0 Comments

Color spaces of #b928ad

RGB 18540173
HSL0.850.640.44
HSV305°78°73°
CMYK 0.000.780.06   0.27
XYZ28.309214.849040.9092
Yxy14.84900.33670.1766
Hunter Lab38.534463.6994-35.9698
CIE-Lab45.426769.1426-38.4088

#b928ad color RGB value is (185,40,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00101000 10101101
Octal 271 50 255
Decimal 185 40 173
Hex B9 28 AD

RGB Percentages of Color #b928ad

%46.48
%10.05
%43.47

CMYK Percentages of Color #b928ad

%0
%78
%6
%27

Triadic Colors of #b928ad

#b928ad #adb928 #28adb9

Analogous Colors of #b928ad

#b928ad #b92865 #7d28b9

Monochromatic Colors of #b928ad

#b928ad

Complementary Color

#b928ad #28b934

#b928ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b928ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b928ad Color CSS Codes

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

#b928ad Text Font Color

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

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


#b928ad Background Color

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

This div background color is #b928ad


#b928ad Border Color

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

This div border color is #b928ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b928ad


Comments

No comments written yet.

Please login to write comment.