Color Hex Logo

#b88aed Color Hex

#B88AED
(184,138,237)
0 Favorites   0 Comments

Color spaces of #b88aed

RGB 184138237
HSL0.740.730.74
HSV268°42°93°
CMYK 0.220.420.00   0.07
XYZ44.141734.481784.4499
Yxy34.48170.27070.2114
Hunter Lab58.721131.4196-44.1633
CIE-Lab65.343136.5874-43.5099

#b88aed color RGB value is (184,138,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001010 11101101
Octal 270 212 355
Decimal 184 138 237
Hex B8 8A ED

RGB Percentages of Color #b88aed

%32.92
%24.69
%42.40

CMYK Percentages of Color #b88aed

%22
%42
%0
%7

Triadic Colors of #b88aed

#b88aed #edb88a #8aedb8

Analogous Colors of #b88aed

#b88aed #ea8aed #8a8eed

Monochromatic Colors of #b88aed

#b88aed

Complementary Color

#b88aed #bfed8a

#b88aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88aed Color CSS Codes

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

#b88aed Text Font Color

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

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


#b88aed Background Color

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

This div background color is #b88aed


#b88aed Border Color

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

This div border color is #b88aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88aed


Comments

No comments written yet.

Please login to write comment.