Color Hex Logo

#b87ab7 Color Hex

#B87AB7
(184,122,183)
0 Favorites   0 Comments

Color spaces of #b87ab7

RGB 184122183
HSL0.840.300.60
HSV301°34°72°
CMYK 0.000.340.01   0.28
XYZ35.273927.528348.2541
Yxy27.52830.31760.2479
Hunter Lab52.467428.1878-17.8016
CIE-Lab59.460234.0554-22.3792

#b87ab7 color RGB value is (184,122,183).

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

The process color (four color CMYK) of #b87ab7 color hex is 0.00, 0.34, 0.01, 0.28. Web safe color of #b87ab7 is #cc66cc. Color #b87ab7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111010 10110111
Octal 270 172 267
Decimal 184 122 183
Hex B8 7A B7

RGB Percentages of Color #b87ab7

%37.63
%24.95
%37.42

CMYK Percentages of Color #b87ab7

%0
%34
%1
%28

Triadic Colors of #b87ab7

#b87ab7 #b7b87a #7ab7b8

Analogous Colors of #b87ab7

#b87ab7 #b87a98 #9a7ab8

Monochromatic Colors of #b87ab7

#b87ab7

Complementary Color

#b87ab7 #7ab87b

#b87ab7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87ab7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87ab7 Color CSS Codes

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

#b87ab7 Text Font Color

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

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


#b87ab7 Background Color

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

This div background color is #b87ab7


#b87ab7 Border Color

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

This div border color is #b87ab7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87ab7


Comments

No comments written yet.

Please login to write comment.