Color Hex Logo

#b088ed Color Hex

#B088ED
(176,136,237)
0 Favorites   0 Comments

Color spaces of #b088ed

RGB 176136237
HSL0.730.740.73
HSV264°43°93°
CMYK 0.260.430.00   0.07
XYZ41.994732.952884.2679
Yxy32.95280.26380.2070
Hunter Lab57.404530.1250-46.8525
CIE-Lab64.122735.4656-45.4820

#b088ed color RGB value is (176,136,237).

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

The process color (four color CMYK) of #b088ed color hex is 0.26, 0.43, 0.00, 0.07. Web safe color of #b088ed is #9999ff. Color #b088ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001000 11101101
Octal 260 210 355
Decimal 176 136 237
Hex B0 88 ED

RGB Percentages of Color #b088ed

%32.06
%24.77
%43.17

CMYK Percentages of Color #b088ed

%26
%43
%0
%7

Triadic Colors of #b088ed

#b088ed #edb088 #88edb0

Analogous Colors of #b088ed

#b088ed #e388ed #8893ed

Monochromatic Colors of #b088ed

#b088ed

Complementary Color

#b088ed #c5ed88

#b088ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b088ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b088ed Color CSS Codes

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

#b088ed Text Font Color

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

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


#b088ed Background Color

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

This div background color is #b088ed


#b088ed Border Color

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

This div border color is #b088ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b088ed


Comments

No comments written yet.

Please login to write comment.