Color Hex Logo

#b45dbd Color Hex

#B45DBD
(180,93,189)
0 Favorites   0 Comments

Color spaces of #b45dbd

RGB 18093189
HSL0.820.420.55
HSV294°51°74°
CMYK 0.050.510.00   0.26
XYZ31.922021.206150.5548
Yxy21.20610.30790.2045
Hunter Lab46.050143.1489-32.8548
CIE-Lab53.174349.3874-35.6028

#b45dbd color RGB value is (180,93,189).

#b45dbd hex color red value is 180, green value is 93 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b45dbd hue: 0.82 , saturation: 0.42 and the lightness value of b45dbd is 0.55.

The process color (four color CMYK) of #b45dbd color hex is 0.05, 0.51, 0.00, 0.26. Web safe color of #b45dbd is #cc66cc. Color #b45dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011101 10111101
Octal 264 135 275
Decimal 180 93 189
Hex B4 5D BD

RGB Percentages of Color #b45dbd

%38.96
%20.13
%40.91

CMYK Percentages of Color #b45dbd

%5
%51
%0
%26

Triadic Colors of #b45dbd

#b45dbd #bdb45d #5dbdb4

Analogous Colors of #b45dbd

#b45dbd #bd5d96 #845dbd

Monochromatic Colors of #b45dbd

#b45dbd

Complementary Color

#b45dbd #66bd5d

#b45dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45dbd Color CSS Codes

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

#b45dbd Text Font Color

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

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


#b45dbd Background Color

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

This div background color is #b45dbd


#b45dbd Border Color

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

This div border color is #b45dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45dbd


Comments

No comments written yet.

Please login to write comment.