Color Hex Logo

#b87def Color Hex

#B87DEF
(184,125,239)
0 Favorites   0 Comments

Color spaces of #b87def

RGB 184125239
HSL0.750.780.71
HSV271°48°94°
CMYK 0.230.480.00   0.06
XYZ42.680831.089685.4127
Yxy31.08960.26810.1953
Hunter Lab55.758039.0588-51.7925
CIE-Lab62.583244.1641-48.9640

#b87def color RGB value is (184,125,239).

#b87def hex color red value is 184, green value is 125 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b87def hue: 0.75 , saturation: 0.78 and the lightness value of b87def is 0.71.

The process color (four color CMYK) of #b87def color hex is 0.23, 0.48, 0.00, 0.06. Web safe color of #b87def is #cc66ff. Color #b87def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111101 11101111
Octal 270 175 357
Decimal 184 125 239
Hex B8 7D EF

RGB Percentages of Color #b87def

%33.58
%22.81
%43.61

CMYK Percentages of Color #b87def

%23
%48
%0
%6

Triadic Colors of #b87def

#b87def #efb87d #7defb8

Analogous Colors of #b87def

#b87def #ef7ded #7f7def

Monochromatic Colors of #b87def

#b87def

Complementary Color

#b87def #b4ef7d

#b87def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87def Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87def Color CSS Codes

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

#b87def Text Font Color

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

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


#b87def Background Color

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

This div background color is #b87def


#b87def Border Color

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

This div border color is #b87def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87def


Comments

No comments written yet.

Please login to write comment.