Color Hex Logo

#b57dad Color Hex

#B57DAD
(181,125,173)
0 Favorites   0 Comments

Color spaces of #b57dad

RGB 181125173
HSL0.860.270.60
HSV309°31°71°
CMYK 0.000.310.04   0.29
XYZ33.932527.508143.0563
Yxy27.50810.32470.2632
Hunter Lab52.448223.7002-11.9593
CIE-Lab59.441729.5213-16.7268

#b57dad color RGB value is (181,125,173).

#b57dad hex color red value is 181, green value is 125 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b57dad hue: 0.86 , saturation: 0.27 and the lightness value of b57dad is 0.60.

The process color (four color CMYK) of #b57dad color hex is 0.00, 0.31, 0.04, 0.29. Web safe color of #b57dad is #cc6699. Color #b57dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111101 10101101
Octal 265 175 255
Decimal 181 125 173
Hex B5 7D AD

RGB Percentages of Color #b57dad

%37.79
%26.10
%36.12

CMYK Percentages of Color #b57dad

%0
%31
%4
%29

Triadic Colors of #b57dad

#b57dad #adb57d #7dadb5

Analogous Colors of #b57dad

#b57dad #b57d91 #a17db5

Monochromatic Colors of #b57dad

#b57dad

Complementary Color

#b57dad #7db585

#b57dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57dad Color CSS Codes

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

#b57dad Text Font Color

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

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


#b57dad Background Color

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

This div background color is #b57dad


#b57dad Border Color

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

This div border color is #b57dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57dad


Comments

No comments written yet.

Please login to write comment.