Color Hex Logo

#b45aba Color Hex

#B45ABA
(180,90,186)
0 Favorites   0 Comments

Color spaces of #b45aba

RGB 18090186
HSL0.820.410.54
HSV296°52°73°
CMYK 0.030.520.00   0.27
XYZ31.341520.560848.7711
Yxy20.56080.31130.2042
Hunter Lab45.344044.0260-32.0303
CIE-Lab52.465450.3234-34.9818

#b45aba color RGB value is (180,90,186).

#b45aba hex color red value is 180, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b45aba hue: 0.82 , saturation: 0.41 and the lightness value of b45aba is 0.54.

The process color (four color CMYK) of #b45aba color hex is 0.03, 0.52, 0.00, 0.27. Web safe color of #b45aba is #cc66cc. Color #b45aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011010 10111010
Octal 264 132 272
Decimal 180 90 186
Hex B4 5A BA

RGB Percentages of Color #b45aba

%39.47
%19.74
%40.79

CMYK Percentages of Color #b45aba

%3
%52
%0
%27

Triadic Colors of #b45aba

#b45aba #bab45a #5abab4

Analogous Colors of #b45aba

#b45aba #ba5a90 #845aba

Monochromatic Colors of #b45aba

#b45aba

Complementary Color

#b45aba #60ba5a

#b45aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45aba Color CSS Codes

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

#b45aba Text Font Color

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

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


#b45aba Background Color

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

This div background color is #b45aba


#b45aba Border Color

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

This div border color is #b45aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45aba


Comments

No comments written yet.

Please login to write comment.