Color Hex Logo

#b888ee Color Hex

#B888EE
(184,136,238)
0 Favorites   0 Comments

Color spaces of #b888ee

RGB 184136238
HSL0.750.750.73
HSV268°43°93°
CMYK 0.230.430.00   0.07
XYZ44.003933.971785.1269
Yxy33.97170.26980.2083
Hunter Lab58.285232.7638-45.7947
CIE-Lab64.940137.9212-44.6945

#b888ee color RGB value is (184,136,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001000 11101110
Octal 270 210 356
Decimal 184 136 238
Hex B8 88 EE

RGB Percentages of Color #b888ee

%32.97
%24.37
%42.65

CMYK Percentages of Color #b888ee

%23
%43
%0
%7

Triadic Colors of #b888ee

#b888ee #eeb888 #88eeb8

Analogous Colors of #b888ee

#b888ee #eb88ee #888bee

Monochromatic Colors of #b888ee

#b888ee

Complementary Color

#b888ee #beee88

#b888ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b888ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b888ee Color CSS Codes

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

#b888ee Text Font Color

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

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


#b888ee Background Color

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

This div background color is #b888ee


#b888ee Border Color

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

This div border color is #b888ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b888ee


Comments

No comments written yet.

Please login to write comment.