Color Hex Logo

#b88dfe Color Hex

#B88DFE
(184,141,254)
0 Favorites   0 Comments

Color spaces of #b88dfe

RGB 184141254
HSL0.730.980.77
HSV263°44°100°
CMYK 0.280.440.00   0.00
XYZ47.181436.395998.3043
Yxy36.39590.25940.2001
Hunter Lab60.329034.0234-54.3809
CIE-Lab66.821338.9073-50.5056

#b88dfe color RGB value is (184,141,254).

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

The process color (four color CMYK) of #b88dfe color hex is 0.28, 0.44, 0.00, 0.00. Web safe color of #b88dfe is #cc99ff. Color #b88dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001101 11111110
Octal 270 215 376
Decimal 184 141 254
Hex B8 8D FE

RGB Percentages of Color #b88dfe

%31.78
%24.35
%43.87

CMYK Percentages of Color #b88dfe

%28
%44
%0
%0

Triadic Colors of #b88dfe

#b88dfe #feb88d #8dfeb8

Analogous Colors of #b88dfe

#b88dfe #f18dfe #8d9bfe

Monochromatic Colors of #b88dfe

#b88dfe

Complementary Color

#b88dfe #d3fe8d

#b88dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88dfe Color CSS Codes

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

#b88dfe Text Font Color

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

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


#b88dfe Background Color

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

This div background color is #b88dfe


#b88dfe Border Color

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

This div border color is #b88dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88dfe


Comments

No comments written yet.

Please login to write comment.