Color Hex Logo

#b87dde Color Hex

#B87DDE
(184,125,222)
0 Favorites   0 Comments

Color spaces of #b87dde

RGB 184125222
HSL0.770.600.68
HSV276°44°87°
CMYK 0.170.440.00   0.13
XYZ40.285630.131572.7999
Yxy30.13150.28130.2104
Hunter Lab54.892234.9406-40.2079
CIE-Lab61.767540.3792-40.8035

#b87dde color RGB value is (184,125,222).

#b87dde hex color red value is 184, green value is 125 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b87dde hue: 0.77 , saturation: 0.60 and the lightness value of b87dde is 0.68.

The process color (four color CMYK) of #b87dde color hex is 0.17, 0.44, 0.00, 0.13. Web safe color of #b87dde is #cc66cc. Color #b87dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111101 11011110
Octal 270 175 336
Decimal 184 125 222
Hex B8 7D DE

RGB Percentages of Color #b87dde

%34.65
%23.54
%41.81

CMYK Percentages of Color #b87dde

%17
%44
%0
%13

Triadic Colors of #b87dde

#b87dde #deb87d #7ddeb8

Analogous Colors of #b87dde

#b87dde #de7dd4 #887dde

Monochromatic Colors of #b87dde

#b87dde

Complementary Color

#b87dde #a3de7d

#b87dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87dde Color CSS Codes

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

#b87dde Text Font Color

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

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


#b87dde Background Color

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

This div background color is #b87dde


#b87dde Border Color

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

This div border color is #b87dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87dde


Comments

No comments written yet.

Please login to write comment.