Color Hex Logo

#b089dc Color Hex

#B089DC
(176,137,220)
0 Favorites   0 Comments

Color spaces of #b089dc

RGB 176137220
HSL0.740.540.70
HSV268°38°86°
CMYK 0.200.380.00   0.14
XYZ39.768432.288771.8465
Yxy32.28870.27640.2244
Hunter Lab56.823125.4850-35.1894
CIE-Lab63.580830.9492-36.9104

#b089dc color RGB value is (176,137,220).

#b089dc hex color red value is 176, green value is 137 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b089dc hue: 0.74 , saturation: 0.54 and the lightness value of b089dc is 0.70.

The process color (four color CMYK) of #b089dc color hex is 0.20, 0.38, 0.00, 0.14. Web safe color of #b089dc is #9999cc. Color #b089dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001001 11011100
Octal 260 211 334
Decimal 176 137 220
Hex B0 89 DC

RGB Percentages of Color #b089dc

%33.02
%25.70
%41.28

CMYK Percentages of Color #b089dc

%20
%38
%0
%14

Triadic Colors of #b089dc

#b089dc #dcb089 #89dcb0

Analogous Colors of #b089dc

#b089dc #da89dc #898cdc

Monochromatic Colors of #b089dc

#b089dc

Complementary Color

#b089dc #b5dc89

#b089dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b089dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b089dc Color CSS Codes

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

#b089dc Text Font Color

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

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


#b089dc Background Color

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

This div background color is #b089dc


#b089dc Border Color

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

This div border color is #b089dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b089dc


Comments

No comments written yet.

Please login to write comment.