Color Hex Logo

#b08ae4 Color Hex

#B08AE4
(176,138,228)
0 Favorites   0 Comments

Color spaces of #b08ae4

RGB 176138228
HSL0.740.630.72
HSV265°39°89°
CMYK 0.230.390.00   0.11
XYZ40.996633.008577.6093
Yxy33.00850.27040.2177
Hunter Lab57.453026.8290-39.8736
CIE-Lab64.167832.2299-40.4344

#b08ae4 color RGB value is (176,138,228).

#b08ae4 hex color red value is 176, green value is 138 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #b08ae4 hue: 0.74 , saturation: 0.63 and the lightness value of b08ae4 is 0.72.

The process color (four color CMYK) of #b08ae4 color hex is 0.23, 0.39, 0.00, 0.11. Web safe color of #b08ae4 is #9999cc. Color #b08ae4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001010 11100100
Octal 260 212 344
Decimal 176 138 228
Hex B0 8A E4

RGB Percentages of Color #b08ae4

%32.47
%25.46
%42.07

CMYK Percentages of Color #b08ae4

%23
%39
%0
%11

Triadic Colors of #b08ae4

#b08ae4 #e4b08a #8ae4b0

Analogous Colors of #b08ae4

#b08ae4 #dd8ae4 #8a91e4

Monochromatic Colors of #b08ae4

#b08ae4

Complementary Color

#b08ae4 #bee48a

#b08ae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08ae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08ae4 Color CSS Codes

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

#b08ae4 Text Font Color

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

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


#b08ae4 Background Color

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

This div background color is #b08ae4


#b08ae4 Border Color

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

This div border color is #b08ae4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,138,228, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08ae4


Comments

No comments written yet.

Please login to write comment.