Color Hex Logo

#b87aaf Color Hex

#B87AAF
(184,122,175)
0 Favorites   0 Comments

Color spaces of #b87aaf

RGB 184122175
HSL0.860.300.60
HSV309°34°72°
CMYK 0.000.340.05   0.28
XYZ34.464627.204643.9920
Yxy27.20460.32620.2575
Hunter Lab52.158026.6714-13.4967
CIE-Lab59.163232.5660-18.2627

#b87aaf color RGB value is (184,122,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111010 10101111
Octal 270 172 257
Decimal 184 122 175
Hex B8 7A AF

RGB Percentages of Color #b87aaf

%38.25
%25.36
%36.38

CMYK Percentages of Color #b87aaf

%0
%34
%5
%28

Triadic Colors of #b87aaf

#b87aaf #afb87a #7aafb8

Analogous Colors of #b87aaf

#b87aaf #b87a90 #a27ab8

Monochromatic Colors of #b87aaf

#b87aaf

Complementary Color

#b87aaf #7ab883

#b87aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87aaf Color CSS Codes

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

#b87aaf Text Font Color

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

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


#b87aaf Background Color

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

This div background color is #b87aaf


#b87aaf Border Color

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

This div border color is #b87aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,122,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b87aaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87aaf


Comments

No comments written yet.

Please login to write comment.