Color Hex Logo

#b882ad Color Hex

#B882AD
(184,130,173)
0 Favorites   0 Comments

Color spaces of #b882ad

RGB 184130173
HSL0.870.280.62
HSV312°29°72°
CMYK 0.000.290.06   0.28
XYZ35.292629.172743.3059
Yxy29.17270.32750.2707
Hunter Lab54.011822.1157-9.7297
CIE-Lab60.933727.7673-14.4374

#b882ad color RGB value is (184,130,173).

#b882ad hex color red value is 184, green value is 130 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b882ad hue: 0.87 , saturation: 0.28 and the lightness value of b882ad is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000010 10101101
Octal 270 202 255
Decimal 184 130 173
Hex B8 82 AD

RGB Percentages of Color #b882ad

%37.78
%26.69
%35.52

CMYK Percentages of Color #b882ad

%0
%29
%6
%28

Triadic Colors of #b882ad

#b882ad #adb882 #82adb8

Analogous Colors of #b882ad

#b882ad #b88292 #a882b8

Monochromatic Colors of #b882ad

#b882ad

Complementary Color

#b882ad #82b88d

#b882ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b882ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b882ad Color CSS Codes

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

#b882ad Text Font Color

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

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


#b882ad Background Color

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

This div background color is #b882ad


#b882ad Border Color

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

This div border color is #b882ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b882ad


Comments

No comments written yet.

Please login to write comment.