Color Hex Logo

#b089ff Color Hex

#B089FF
(176,137,255)
0 Favorites   0 Comments

Color spaces of #b089ff

RGB 176137255
HSL0.721.000.77
HSV260°46°100°
CMYK 0.310.460.00   0.00
XYZ44.900234.341498.8698
Yxy34.34140.25210.1928
Hunter Lab58.601534.2131-59.0103
CIE-Lab65.232739.2688-53.6147

#b089ff color RGB value is (176,137,255).

#b089ff hex color red value is 176, green value is 137 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b089ff hue: 0.72 , saturation: 1.00 and the lightness value of b089ff is 0.77.

The process color (four color CMYK) of #b089ff color hex is 0.31, 0.46, 0.00, 0.00. Web safe color of #b089ff is #9999ff. Color #b089ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001001 11111111
Octal 260 211 377
Decimal 176 137 255
Hex B0 89 FF

RGB Percentages of Color #b089ff

%30.99
%24.12
%44.89

CMYK Percentages of Color #b089ff

%31
%46
%0
%0

Triadic Colors of #b089ff

#b089ff #ffb089 #89ffb0

Analogous Colors of #b089ff

#b089ff #eb89ff #899dff

Monochromatic Colors of #b089ff

#b089ff

Complementary Color

#b089ff #d8ff89

#b089ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b089ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b089ff Color CSS Codes

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

#b089ff Text Font Color

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

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


#b089ff Background Color

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

This div background color is #b089ff


#b089ff Border Color

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

This div border color is #b089ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b089ff

Related Colors


Comments

No comments written yet.

Please login to write comment.