Color Hex Logo

#b088ea Color Hex

#B088EA
(176,136,234)
0 Favorites   0 Comments

Color spaces of #b088ea

RGB 176136234
HSL0.730.700.73
HSV264°42°92°
CMYK 0.250.420.00   0.08
XYZ41.559932.778981.9784
Yxy32.77890.26590.2097
Hunter Lab57.252929.3808-44.8183
CIE-Lab63.981534.7554-44.0471

#b088ea color RGB value is (176,136,234).

#b088ea hex color red value is 176, green value is 136 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b088ea hue: 0.73 , saturation: 0.70 and the lightness value of b088ea is 0.73.

The process color (four color CMYK) of #b088ea color hex is 0.25, 0.42, 0.00, 0.08. Web safe color of #b088ea is #9999ff. Color #b088ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001000 11101010
Octal 260 210 352
Decimal 176 136 234
Hex B0 88 EA

RGB Percentages of Color #b088ea

%32.23
%24.91
%42.86

CMYK Percentages of Color #b088ea

%25
%42
%0
%8

Triadic Colors of #b088ea

#b088ea #eab088 #88eab0

Analogous Colors of #b088ea

#b088ea #e188ea #8891ea

Monochromatic Colors of #b088ea

#b088ea

Complementary Color

#b088ea #c2ea88

#b088ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b088ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b088ea Color CSS Codes

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

#b088ea Text Font Color

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

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


#b088ea Background Color

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

This div background color is #b088ea


#b088ea Border Color

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

This div border color is #b088ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b088ea


Comments

No comments written yet.

Please login to write comment.