Color Hex Logo

#b489de Color Hex

#B489DE
(180,137,222)
0 Favorites   0 Comments

Color spaces of #b489de

RGB 180137222
HSL0.750.560.70
HSV270°38°87°
CMYK 0.190.380.00   0.13
XYZ40.952932.868573.2931
Yxy32.86850.27840.2234
Hunter Lab57.331127.1773-35.6657
CIE-Lab64.054332.5849-37.2548

#b489de color RGB value is (180,137,222).

#b489de hex color red value is 180, green value is 137 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b489de hue: 0.75 , saturation: 0.56 and the lightness value of b489de is 0.70.

The process color (four color CMYK) of #b489de color hex is 0.19, 0.38, 0.00, 0.13. Web safe color of #b489de is #cc99cc. Color #b489de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001001 11011110
Octal 264 211 336
Decimal 180 137 222
Hex B4 89 DE

RGB Percentages of Color #b489de

%33.40
%25.42
%41.19

CMYK Percentages of Color #b489de

%19
%38
%0
%13

Triadic Colors of #b489de

#b489de #deb489 #89deb4

Analogous Colors of #b489de

#b489de #de89de #8a89de

Monochromatic Colors of #b489de

#b489de

Complementary Color

#b489de #b3de89

#b489de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b489de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b489de Color CSS Codes

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

#b489de Text Font Color

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

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


#b489de Background Color

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

This div background color is #b489de


#b489de Border Color

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

This div border color is #b489de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b489de


Comments

No comments written yet.

Please login to write comment.