Color Hex Logo

#b391ad Color Hex

#B391AD
(179,145,173)
0 Favorites   0 Comments

Color spaces of #b391ad

RGB 179145173
HSL0.860.180.64
HSV311°19°70°
CMYK 0.000.190.03   0.30
XYZ36.258632.851643.9651
Yxy32.85160.32070.2905
Hunter Lab57.316312.6165-5.3576
CIE-Lab64.040617.6252-9.8234

#b391ad color RGB value is (179,145,173).

#b391ad hex color red value is 179, green value is 145 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b391ad hue: 0.86 , saturation: 0.18 and the lightness value of b391ad is 0.64.

The process color (four color CMYK) of #b391ad color hex is 0.00, 0.19, 0.03, 0.30. Web safe color of #b391ad is #cc9999. Color #b391ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010001 10101101
Octal 263 221 255
Decimal 179 145 173
Hex B3 91 AD

RGB Percentages of Color #b391ad

%36.02
%29.18
%34.81

CMYK Percentages of Color #b391ad

%0
%19
%3
%30

Triadic Colors of #b391ad

#b391ad #adb391 #91adb3

Analogous Colors of #b391ad

#b391ad #b3919c #a891b3

Monochromatic Colors of #b391ad

#b391ad

Complementary Color

#b391ad #91b397

#b391ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b391ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b391ad Color CSS Codes

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

#b391ad Text Font Color

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

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


#b391ad Background Color

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

This div background color is #b391ad


#b391ad Border Color

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

This div border color is #b391ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b391ad


Comments

No comments written yet.

Please login to write comment.