Color Hex Logo

#b45fab Color Hex

#B45FAB
(180,95,171)
0 Favorites   0 Comments

Color spaces of #b45fab

RGB 18095171
HSL0.850.360.54
HSV306°47°71°
CMYK 0.000.470.05   0.29
XYZ30.265320.828040.9531
Yxy20.82800.32880.2263
Hunter Lab45.637738.5089-21.2576
CIE-Lab52.760745.0505-25.8154

#b45fab color RGB value is (180,95,171).

#b45fab hex color red value is 180, green value is 95 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b45fab hue: 0.85 , saturation: 0.36 and the lightness value of b45fab is 0.54.

The process color (four color CMYK) of #b45fab color hex is 0.00, 0.47, 0.05, 0.29. Web safe color of #b45fab is #cc6699. Color #b45fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011111 10101011
Octal 264 137 253
Decimal 180 95 171
Hex B4 5F AB

RGB Percentages of Color #b45fab

%40.36
%21.30
%38.34

CMYK Percentages of Color #b45fab

%0
%47
%5
%29

Triadic Colors of #b45fab

#b45fab #abb45f #5fabb4

Analogous Colors of #b45fab

#b45fab #b45f81 #935fb4

Monochromatic Colors of #b45fab

#b45fab

Complementary Color

#b45fab #5fb468

#b45fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45fab Color CSS Codes

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

#b45fab Text Font Color

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

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


#b45fab Background Color

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

This div background color is #b45fab


#b45fab Border Color

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

This div border color is #b45fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45fab


Comments

No comments written yet.

Please login to write comment.