Color Hex Logo

#b381af Color Hex

#B381AF
(179,129,175)
0 Favorites   0 Comments

Color spaces of #b381af

RGB 179129175
HSL0.850.250.60
HSV305°28°70°
CMYK 0.000.280.02   0.30
XYZ34.178528.379444.2338
Yxy28.37940.32000.2657
Hunter Lab53.272321.2956-11.9399
CIE-Lab60.230026.9787-16.6939

#b381af color RGB value is (179,129,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000001 10101111
Octal 263 201 257
Decimal 179 129 175
Hex B3 81 AF

RGB Percentages of Color #b381af

%37.06
%26.71
%36.23

CMYK Percentages of Color #b381af

%0
%28
%2
%30

Triadic Colors of #b381af

#b381af #afb381 #81afb3

Analogous Colors of #b381af

#b381af #b38196 #9e81b3

Monochromatic Colors of #b381af

#b381af

Complementary Color

#b381af #81b385

#b381af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b381af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b381af Color CSS Codes

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

#b381af Text Font Color

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

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


#b381af Background Color

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

This div background color is #b381af


#b381af Border Color

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

This div border color is #b381af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b381af


Comments

No comments written yet.

Please login to write comment.