Color Hex Logo

#b87cbe Color Hex

#B87CBE
(184,124,190)
0 Favorites   0 Comments

Color spaces of #b87cbe

RGB 184124190
HSL0.820.340.62
HSV295°35°75°
CMYK 0.030.350.00   0.25
XYZ36.269128.323452.2706
Yxy28.32340.31040.2424
Hunter Lab53.219728.5127-20.9788
CIE-Lab60.179834.3014-25.2570

#b87cbe color RGB value is (184,124,190).

#b87cbe hex color red value is 184, green value is 124 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b87cbe hue: 0.82 , saturation: 0.34 and the lightness value of b87cbe is 0.62.

The process color (four color CMYK) of #b87cbe color hex is 0.03, 0.35, 0.00, 0.25. Web safe color of #b87cbe is #cc66cc. Color #b87cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111100 10111110
Octal 270 174 276
Decimal 184 124 190
Hex B8 7C BE

RGB Percentages of Color #b87cbe

%36.95
%24.90
%38.15

CMYK Percentages of Color #b87cbe

%3
%35
%0
%25

Triadic Colors of #b87cbe

#b87cbe #beb87c #7cbeb8

Analogous Colors of #b87cbe

#b87cbe #be7ca3 #977cbe

Monochromatic Colors of #b87cbe

#b87cbe

Complementary Color

#b87cbe #82be7c

#b87cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87cbe Color CSS Codes

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

#b87cbe Text Font Color

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

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


#b87cbe Background Color

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

This div background color is #b87cbe


#b87cbe Border Color

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

This div border color is #b87cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87cbe


Comments

No comments written yet.

Please login to write comment.