Color Hex Logo

#b87aad Color Hex

#B87AAD
(184,122,173)
0 Favorites   0 Comments

Color spaces of #b87aad

RGB 184122173
HSL0.860.300.60
HSV311°34°72°
CMYK 0.000.340.06   0.28
XYZ34.269527.126542.9649
Yxy27.12650.32840.2599
Hunter Lab52.083126.3035-12.4519
CIE-Lab59.091232.2023-17.2271

#b87aad color RGB value is (184,122,173).

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

The process color (four color CMYK) of #b87aad color hex is 0.00, 0.34, 0.06, 0.28. Web safe color of #b87aad is #cc6699. Color #b87aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111010 10101101
Octal 270 172 255
Decimal 184 122 173
Hex B8 7A AD

RGB Percentages of Color #b87aad

%38.41
%25.47
%36.12

CMYK Percentages of Color #b87aad

%0
%34
%6
%28

Triadic Colors of #b87aad

#b87aad #adb87a #7aadb8

Analogous Colors of #b87aad

#b87aad #b87a8e #a47ab8

Monochromatic Colors of #b87aad

#b87aad

Complementary Color

#b87aad #7ab885

#b87aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87aad Color CSS Codes

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

#b87aad Text Font Color

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

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


#b87aad Background Color

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

This div background color is #b87aad


#b87aad Border Color

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

This div border color is #b87aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87aad


Comments

No comments written yet.

Please login to write comment.