Color Hex Logo

#b381ad Color Hex

#B381AD
(179,129,173)
0 Favorites   0 Comments

Color spaces of #b381ad

RGB 179129173
HSL0.850.250.60
HSV307°28°70°
CMYK 0.000.280.03   0.30
XYZ33.983528.301343.2067
Yxy28.30130.32210.2683
Hunter Lab53.199020.9276-10.9144
CIE-Lab60.160026.6029-15.6591

#b381ad color RGB value is (179,129,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000001 10101101
Octal 263 201 255
Decimal 179 129 173
Hex B3 81 AD

RGB Percentages of Color #b381ad

%37.21
%26.82
%35.97

CMYK Percentages of Color #b381ad

%0
%28
%3
%30

Triadic Colors of #b381ad

#b381ad #adb381 #81adb3

Analogous Colors of #b381ad

#b381ad #b38194 #a081b3

Monochromatic Colors of #b381ad

#b381ad

Complementary Color

#b381ad #81b387

#b381ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b381ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b381ad Color CSS Codes

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

#b381ad Text Font Color

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

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


#b381ad Background Color

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

This div background color is #b381ad


#b381ad Border Color

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

This div border color is #b381ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b381ad


Comments

No comments written yet.

Please login to write comment.