Color Hex Logo

#b88dee Color Hex

#B88DEE
(184,141,238)
0 Favorites   0 Comments

Color spaces of #b88dee

RGB 184141238
HSL0.740.740.74
HSV267°41°93°
CMYK 0.230.410.00   0.07
XYZ44.724735.413185.3671
Yxy35.41310.27020.2140
Hunter Lab59.508930.0134-43.3968
CIE-Lab66.069035.1557-42.9212

#b88dee color RGB value is (184,141,238).

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

The process color (four color CMYK) of #b88dee color hex is 0.23, 0.41, 0.00, 0.07. Web safe color of #b88dee is #cc99ff. Color #b88dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001101 11101110
Octal 270 215 356
Decimal 184 141 238
Hex B8 8D EE

RGB Percentages of Color #b88dee

%32.68
%25.04
%42.27

CMYK Percentages of Color #b88dee

%23
%41
%0
%7

Triadic Colors of #b88dee

#b88dee #eeb88d #8deeb8

Analogous Colors of #b88dee

#b88dee #e98dee #8d93ee

Monochromatic Colors of #b88dee

#b88dee

Complementary Color

#b88dee #c3ee8d

#b88dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88dee Color CSS Codes

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

#b88dee Text Font Color

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

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


#b88dee Background Color

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

This div background color is #b88dee


#b88dee Border Color

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

This div border color is #b88dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88dee


Comments

No comments written yet.

Please login to write comment.