Color Hex Logo

#b45dbe Color Hex

#B45DBE
(180,93,190)
0 Favorites   0 Comments

Color spaces of #b45dbe

RGB 18093190
HSL0.820.430.55
HSV294°51°75°
CMYK 0.050.510.00   0.25
XYZ32.031021.249751.1286
Yxy21.24970.30680.2035
Hunter Lab46.097443.3611-33.4929
CIE-Lab53.221749.5784-36.1048

#b45dbe color RGB value is (180,93,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011101 10111110
Octal 264 135 276
Decimal 180 93 190
Hex B4 5D BE

RGB Percentages of Color #b45dbe

%38.88
%20.09
%41.04

CMYK Percentages of Color #b45dbe

%5
%51
%0
%25

Triadic Colors of #b45dbe

#b45dbe #beb45d #5dbeb4

Analogous Colors of #b45dbe

#b45dbe #be5d98 #845dbe

Monochromatic Colors of #b45dbe

#b45dbe

Complementary Color

#b45dbe #67be5d

#b45dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45dbe Color CSS Codes

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

#b45dbe Text Font Color

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

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


#b45dbe Background Color

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

This div background color is #b45dbe


#b45dbe Border Color

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

This div border color is #b45dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45dbe


Comments

No comments written yet.

Please login to write comment.