Color Hex Logo

#b482ad Color Hex

#B482AD
(180,130,173)
0 Favorites   0 Comments

Color spaces of #b482ad

RGB 180130173
HSL0.860.250.61
HSV308°28°71°
CMYK 0.000.280.04   0.29
XYZ34.347828.685743.2617
Yxy28.68570.32310.2699
Hunter Lab53.559020.7450-10.3995
CIE-Lab60.503226.3869-15.1296

#b482ad color RGB value is (180,130,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000010 10101101
Octal 264 202 255
Decimal 180 130 173
Hex B4 82 AD

RGB Percentages of Color #b482ad

%37.27
%26.92
%35.82

CMYK Percentages of Color #b482ad

%0
%28
%4
%29

Triadic Colors of #b482ad

#b482ad #adb482 #82adb4

Analogous Colors of #b482ad

#b482ad #b48294 #a282b4

Monochromatic Colors of #b482ad

#b482ad

Complementary Color

#b482ad #82b489

#b482ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b482ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b482ad Color CSS Codes

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

#b482ad Text Font Color

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

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


#b482ad Background Color

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

This div background color is #b482ad


#b482ad Border Color

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

This div border color is #b482ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b482ad


Comments

No comments written yet.

Please login to write comment.