Color Hex Logo

#b87dfe Color Hex

#B87DFE
(184,125,254)
0 Favorites   0 Comments

Color spaces of #b87dfe

RGB 184125254
HSL0.740.980.74
HSV267°51°100°
CMYK 0.280.510.00   0.00
XYZ44.990232.013397.5739
Yxy32.01330.25770.1834
Hunter Lab56.580342.9199-62.6406
CIE-Lab63.353947.6270-56.0041

#b87dfe color RGB value is (184,125,254).

#b87dfe hex color red value is 184, green value is 125 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b87dfe hue: 0.74 , saturation: 0.98 and the lightness value of b87dfe is 0.74.

The process color (four color CMYK) of #b87dfe color hex is 0.28, 0.51, 0.00, 0.00. Web safe color of #b87dfe is #cc66ff. Color #b87dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111101 11111110
Octal 270 175 376
Decimal 184 125 254
Hex B8 7D FE

RGB Percentages of Color #b87dfe

%32.68
%22.20
%45.12

CMYK Percentages of Color #b87dfe

%28
%51
%0
%0

Triadic Colors of #b87dfe

#b87dfe #feb87d #7dfeb8

Analogous Colors of #b87dfe

#b87dfe #f97dfe #7d83fe

Monochromatic Colors of #b87dfe

#b87dfe

Complementary Color

#b87dfe #c3fe7d

#b87dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87dfe Color CSS Codes

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

#b87dfe Text Font Color

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

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


#b87dfe Background Color

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

This div background color is #b87dfe


#b87dfe Border Color

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

This div border color is #b87dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.