Color Hex Logo

#b489da Color Hex

#B489DA
(180,137,218)
0 Favorites   0 Comments

Color spaces of #b489da

RGB 180137218
HSL0.760.520.70
HSV272°37°85°
CMYK 0.170.370.00   0.15
XYZ40.422932.656670.5025
Yxy32.65660.28150.2274
Hunter Lab57.146026.2588-33.1455
CIE-Lab63.881931.6918-35.2987

#b489da color RGB value is (180,137,218).

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

The process color (four color CMYK) of #b489da color hex is 0.17, 0.37, 0.00, 0.15. Web safe color of #b489da is #cc99cc. Color #b489da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001001 11011010
Octal 264 211 332
Decimal 180 137 218
Hex B4 89 DA

RGB Percentages of Color #b489da

%33.64
%25.61
%40.75

CMYK Percentages of Color #b489da

%17
%37
%0
%15

Triadic Colors of #b489da

#b489da #dab489 #89dab4

Analogous Colors of #b489da

#b489da #da89d8 #8c89da

Monochromatic Colors of #b489da

#b489da

Complementary Color

#b489da #afda89

#b489da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b489da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b489da Color CSS Codes

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

#b489da Text Font Color

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

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


#b489da Background Color

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

This div background color is #b489da


#b489da Border Color

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

This div border color is #b489da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b489da


Comments

No comments written yet.

Please login to write comment.