Color Hex Logo

#b291ad Color Hex

#B291AD
(178,145,173)
0 Favorites   0 Comments

Color spaces of #b291ad

RGB 178145173
HSL0.860.180.63
HSV309°19°70°
CMYK 0.000.190.03   0.30
XYZ36.028332.732943.9543
Yxy32.73290.31960.2904
Hunter Lab57.212712.2839-5.5014
CIE-Lab63.944117.2718-9.9777

#b291ad color RGB value is (178,145,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010001 10101101
Octal 262 221 255
Decimal 178 145 173
Hex B2 91 AD

RGB Percentages of Color #b291ad

%35.89
%29.23
%34.88

CMYK Percentages of Color #b291ad

%0
%19
%3
%30

Triadic Colors of #b291ad

#b291ad #adb291 #91adb2

Analogous Colors of #b291ad

#b291ad #b2919d #a791b2

Monochromatic Colors of #b291ad

#b291ad

Complementary Color

#b291ad #91b296

#b291ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b291ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b291ad Color CSS Codes

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

#b291ad Text Font Color

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

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


#b291ad Background Color

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

This div background color is #b291ad


#b291ad Border Color

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

This div border color is #b291ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b291ad


Comments

No comments written yet.

Please login to write comment.