Color Hex Logo

#b582ad Color Hex

#B582AD
(181,130,173)
0 Favorites   0 Comments

Color spaces of #b582ad

RGB 181130173
HSL0.860.260.61
HSV309°28°71°
CMYK 0.000.280.04   0.29
XYZ34.581528.806243.2727
Yxy28.80620.32420.2701
Hunter Lab53.671421.0860-10.2327
CIE-Lab60.610226.7317-14.9577

#b582ad color RGB value is (181,130,173).

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

The process color (four color CMYK) of #b582ad color hex is 0.00, 0.28, 0.04, 0.29. Web safe color of #b582ad is #cc9999. Color #b582ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000010 10101101
Octal 265 202 255
Decimal 181 130 173
Hex B5 82 AD

RGB Percentages of Color #b582ad

%37.40
%26.86
%35.74

CMYK Percentages of Color #b582ad

%0
%28
%4
%29

Triadic Colors of #b582ad

#b582ad #adb582 #82adb5

Analogous Colors of #b582ad

#b582ad #b58294 #a482b5

Monochromatic Colors of #b582ad

#b582ad

Complementary Color

#b582ad #82b58a

#b582ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b582ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b582ad Color CSS Codes

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

#b582ad Text Font Color

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

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


#b582ad Background Color

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

This div background color is #b582ad


#b582ad Border Color

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

This div border color is #b582ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b582ad


Comments

No comments written yet.

Please login to write comment.