Color Hex Logo

#b87dea Color Hex

#B87DEA
(184,125,234)
0 Favorites   0 Comments

Color spaces of #b87dea

RGB 184125234
HSL0.760.720.70
HSV272°47°92°
CMYK 0.210.470.00   0.08
XYZ41.952130.798181.5754
Yxy30.79810.27180.1996
Hunter Lab55.496037.8186-48.3050
CIE-Lab62.336843.0345-46.5841

#b87dea color RGB value is (184,125,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111101 11101010
Octal 270 175 352
Decimal 184 125 234
Hex B8 7D EA

RGB Percentages of Color #b87dea

%33.89
%23.02
%43.09

CMYK Percentages of Color #b87dea

%21
%47
%0
%8

Triadic Colors of #b87dea

#b87dea #eab87d #7deab8

Analogous Colors of #b87dea

#b87dea #ea7de6 #827dea

Monochromatic Colors of #b87dea

#b87dea

Complementary Color

#b87dea #afea7d

#b87dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87dea Color CSS Codes

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

#b87dea Text Font Color

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

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


#b87dea Background Color

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

This div background color is #b87dea


#b87dea Border Color

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

This div border color is #b87dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87dea


Comments

No comments written yet.

Please login to write comment.