Color Hex Logo

#b489cd Color Hex

#B489CD
(180,137,205)
0 Favorites   0 Comments

Color spaces of #b489cd

RGB 180137205
HSL0.770.400.67
HSV278°33°80°
CMYK 0.120.330.00   0.20
XYZ38.787532.002461.8904
Yxy32.00240.29230.2412
Hunter Lab56.570723.3893-25.2660
CIE-Lab63.344928.8658-28.8712

#b489cd color RGB value is (180,137,205).

#b489cd hex color red value is 180, green value is 137 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b489cd hue: 0.77 , saturation: 0.40 and the lightness value of b489cd is 0.67.

The process color (four color CMYK) of #b489cd color hex is 0.12, 0.33, 0.00, 0.20. Web safe color of #b489cd is #cc99cc. Color #b489cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001001 11001101
Octal 264 211 315
Decimal 180 137 205
Hex B4 89 CD

RGB Percentages of Color #b489cd

%34.48
%26.25
%39.27

CMYK Percentages of Color #b489cd

%12
%33
%0
%20

Triadic Colors of #b489cd

#b489cd #cdb489 #89cdb4

Analogous Colors of #b489cd

#b489cd #cd89c4 #9289cd

Monochromatic Colors of #b489cd

#b489cd

Complementary Color

#b489cd #a2cd89

#b489cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b489cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b489cd Color CSS Codes

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

#b489cd Text Font Color

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

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


#b489cd Background Color

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

This div background color is #b489cd


#b489cd Border Color

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

This div border color is #b489cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b489cd


Comments

No comments written yet.

Please login to write comment.