Color Hex Logo

#b45dab Color Hex

#B45DAB
(180,93,171)
0 Favorites   0 Comments

Color spaces of #b45dab

RGB 18093171
HSL0.850.370.54
HSV306°48°71°
CMYK 0.000.480.05   0.29
XYZ30.087420.472340.8938
Yxy20.47230.32900.2239
Hunter Lab45.246339.5159-21.9141
CIE-Lab52.367146.0771-26.4245

#b45dab color RGB value is (180,93,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011101 10101011
Octal 264 135 253
Decimal 180 93 171
Hex B4 5D AB

RGB Percentages of Color #b45dab

%40.54
%20.95
%38.51

CMYK Percentages of Color #b45dab

%0
%48
%5
%29

Triadic Colors of #b45dab

#b45dab #abb45d #5dabb4

Analogous Colors of #b45dab

#b45dab #b45d80 #925db4

Monochromatic Colors of #b45dab

#b45dab

Complementary Color

#b45dab #5db466

#b45dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45dab Color CSS Codes

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

#b45dab Text Font Color

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

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


#b45dab Background Color

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

This div background color is #b45dab


#b45dab Border Color

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

This div border color is #b45dab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,93,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 #b45dab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45dab


Comments

No comments written yet.

Please login to write comment.