Color Hex Logo

#b391af Color Hex

#B391AF
(179,145,175)
0 Favorites   0 Comments

Color spaces of #b391af

RGB 179145175
HSL0.850.180.64
HSV307°19°70°
CMYK 0.000.190.02   0.30
XYZ36.453732.929644.9922
Yxy32.92960.31870.2879
Hunter Lab57.384312.9705-6.3173
CIE-Lab64.103918.0016-10.8565

#b391af color RGB value is (179,145,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010001 10101111
Octal 263 221 257
Decimal 179 145 175
Hex B3 91 AF

RGB Percentages of Color #b391af

%35.87
%29.06
%35.07

CMYK Percentages of Color #b391af

%0
%19
%2
%30

Triadic Colors of #b391af

#b391af #afb391 #91afb3

Analogous Colors of #b391af

#b391af #b3919e #a691b3

Monochromatic Colors of #b391af

#b391af

Complementary Color

#b391af #91b395

#b391af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b391af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b391af Color CSS Codes

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

#b391af Text Font Color

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

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


#b391af Background Color

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

This div background color is #b391af


#b391af Border Color

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

This div border color is #b391af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,145,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b391af


Comments

No comments written yet.

Please login to write comment.