Color Hex Logo

#b489ca Color Hex

#B489CA
(180,137,202)
0 Favorites   0 Comments

Color spaces of #b489ca

RGB 180137202
HSL0.780.380.66
HSV280°32°79°
CMYK 0.110.320.00   0.21
XYZ38.428731.858960.0011
Yxy31.85890.29500.2445
Hunter Lab56.443722.7522-23.5162
CIE-Lab63.226128.2306-27.3728

#b489ca color RGB value is (180,137,202).

#b489ca hex color red value is 180, green value is 137 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b489ca hue: 0.78 , saturation: 0.38 and the lightness value of b489ca is 0.66.

The process color (four color CMYK) of #b489ca color hex is 0.11, 0.32, 0.00, 0.21. Web safe color of #b489ca is #cc99cc. Color #b489ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001001 11001010
Octal 264 211 312
Decimal 180 137 202
Hex B4 89 CA

RGB Percentages of Color #b489ca

%34.68
%26.40
%38.92

CMYK Percentages of Color #b489ca

%11
%32
%0
%21

Triadic Colors of #b489ca

#b489ca #cab489 #89cab4

Analogous Colors of #b489ca

#b489ca #ca89c0 #9489ca

Monochromatic Colors of #b489ca

#b489ca

Complementary Color

#b489ca #9fca89

#b489ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b489ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b489ca Color CSS Codes

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

#b489ca Text Font Color

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

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


#b489ca Background Color

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

This div background color is #b489ca


#b489ca Border Color

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

This div border color is #b489ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b489ca


Comments

No comments written yet.

Please login to write comment.