Color Hex Logo

#b88eed Color Hex

#B88EED
(184,142,237)
0 Favorites   0 Comments

Color spaces of #b88eed

RGB 184142237
HSL0.740.730.74
HSV267°40°93°
CMYK 0.220.400.00   0.07
XYZ44.726235.650884.6447
Yxy35.65080.27100.2160
Hunter Lab59.708329.2210-42.2559
CIE-Lab66.252234.3704-42.0836

#b88eed color RGB value is (184,142,237).

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

The process color (four color CMYK) of #b88eed color hex is 0.22, 0.40, 0.00, 0.07. Web safe color of #b88eed is #cc99ff. Color #b88eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001110 11101101
Octal 270 216 355
Decimal 184 142 237
Hex B8 8E ED

RGB Percentages of Color #b88eed

%32.68
%25.22
%42.10

CMYK Percentages of Color #b88eed

%22
%40
%0
%7

Triadic Colors of #b88eed

#b88eed #edb88e #8eedb8

Analogous Colors of #b88eed

#b88eed #e88eed #8e94ed

Monochromatic Colors of #b88eed

#b88eed

Complementary Color

#b88eed #c3ed8e

#b88eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88eed Color CSS Codes

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

#b88eed Text Font Color

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

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


#b88eed Background Color

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

This div background color is #b88eed


#b88eed Border Color

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

This div border color is #b88eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88eed


Comments

No comments written yet.

Please login to write comment.