Color Hex Logo

#b87cea Color Hex

#B87CEA
(184,124,234)
0 Favorites   0 Comments

Color spaces of #b87cea

RGB 184124234
HSL0.760.720.70
HSV273°47°92°
CMYK 0.210.470.00   0.08
XYZ41.826130.546281.5334
Yxy30.54620.27180.1985
Hunter Lab55.268638.3649-48.7778
CIE-Lab62.122743.5760-46.9222

#b87cea color RGB value is (184,124,234).

#b87cea hex color red value is 184, green value is 124 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b87cea hue: 0.76 , saturation: 0.72 and the lightness value of b87cea is 0.70.

The process color (four color CMYK) of #b87cea color hex is 0.21, 0.47, 0.00, 0.08. Web safe color of #b87cea is #cc66ff. Color #b87cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111100 11101010
Octal 270 174 352
Decimal 184 124 234
Hex B8 7C EA

RGB Percentages of Color #b87cea

%33.95
%22.88
%43.17

CMYK Percentages of Color #b87cea

%21
%47
%0
%8

Triadic Colors of #b87cea

#b87cea #eab87c #7ceab8

Analogous Colors of #b87cea

#b87cea #ea7ce5 #817cea

Monochromatic Colors of #b87cea

#b87cea

Complementary Color

#b87cea #aeea7c

#b87cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87cea Color CSS Codes

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

#b87cea Text Font Color

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

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


#b87cea Background Color

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

This div background color is #b87cea


#b87cea Border Color

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

This div border color is #b87cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87cea


Comments

No comments written yet.

Please login to write comment.