Color Hex Logo

#b45dad Color Hex

#B45DAD
(180,93,173)
0 Favorites   0 Comments

Color spaces of #b45dad

RGB 18093173
HSL0.850.370.54
HSV305°48°71°
CMYK 0.000.480.04   0.29
XYZ30.279620.549141.9056
Yxy20.54910.32650.2216
Hunter Lab45.331139.9023-23.0779
CIE-Lab52.452446.4332-27.4577

#b45dad color RGB value is (180,93,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011101 10101101
Octal 264 135 255
Decimal 180 93 173
Hex B4 5D AD

RGB Percentages of Color #b45dad

%40.36
%20.85
%38.79

CMYK Percentages of Color #b45dad

%0
%48
%4
%29

Triadic Colors of #b45dad

#b45dad #adb45d #5dadb4

Analogous Colors of #b45dad

#b45dad #b45d82 #905db4

Monochromatic Colors of #b45dad

#b45dad

Complementary Color

#b45dad #5db464

#b45dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45dad Color CSS Codes

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

#b45dad Text Font Color

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

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


#b45dad Background Color

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

This div background color is #b45dad


#b45dad Border Color

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

This div border color is #b45dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45dad


Comments

No comments written yet.

Please login to write comment.