Color Hex Logo

#b87bdf Color Hex

#B87BDF
(184,123,223)
0 Favorites   0 Comments

Color spaces of #b87bdf

RGB 184123223
HSL0.770.610.68
HSV277°45°87°
CMYK 0.170.450.00   0.13
XYZ40.169429.684073.4245
Yxy29.68400.28040.2072
Hunter Lab54.483036.2597-41.7645
CIE-Lab61.380641.6855-41.9693

#b87bdf color RGB value is (184,123,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111011 11011111
Octal 270 173 337
Decimal 184 123 223
Hex B8 7B DF

RGB Percentages of Color #b87bdf

%34.72
%23.21
%42.08

CMYK Percentages of Color #b87bdf

%17
%45
%0
%13

Triadic Colors of #b87bdf

#b87bdf #dfb87b #7bdfb8

Analogous Colors of #b87bdf

#b87bdf #df7bd4 #867bdf

Monochromatic Colors of #b87bdf

#b87bdf

Complementary Color

#b87bdf #a2df7b

#b87bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87bdf Color CSS Codes

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

#b87bdf Text Font Color

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

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


#b87bdf Background Color

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

This div background color is #b87bdf


#b87bdf Border Color

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

This div border color is #b87bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87bdf


Comments

No comments written yet.

Please login to write comment.