Color Hex Logo

#b88edc Color Hex

#B88EDC
(184,142,220)
0 Favorites   0 Comments

Color spaces of #b88edc

RGB 184142220
HSL0.760.530.71
HSV272°35°86°
CMYK 0.160.350.00   0.14
XYZ42.358434.703772.1761
Yxy34.70370.28380.2325
Hunter Lab58.909825.2560-31.4050
CIE-Lab65.517330.5504-33.8373

#b88edc color RGB value is (184,142,220).

#b88edc hex color red value is 184, green value is 142 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b88edc hue: 0.76 , saturation: 0.53 and the lightness value of b88edc is 0.71.

The process color (four color CMYK) of #b88edc color hex is 0.16, 0.35, 0.00, 0.14. Web safe color of #b88edc is #cc99cc. Color #b88edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001110 11011100
Octal 270 216 334
Decimal 184 142 220
Hex B8 8E DC

RGB Percentages of Color #b88edc

%33.70
%26.01
%40.29

CMYK Percentages of Color #b88edc

%16
%35
%0
%14

Triadic Colors of #b88edc

#b88edc #dcb88e #8edcb8

Analogous Colors of #b88edc

#b88edc #dc8ed9 #918edc

Monochromatic Colors of #b88edc

#b88edc

Complementary Color

#b88edc #b2dc8e

#b88edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88edc Color CSS Codes

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

#b88edc Text Font Color

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

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


#b88edc Background Color

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

This div background color is #b88edc


#b88edc Border Color

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

This div border color is #b88edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88edc


Comments

No comments written yet.

Please login to write comment.