Color Hex Logo

#b45bdc Color Hex

#B45BDC
(180,91,220)
0 Favorites   0 Comments

Color spaces of #b45bdc

RGB 18091220
HSL0.780.650.61
HSV281°59°86°
CMYK 0.180.590.00   0.14
XYZ35.481722.352870.1546
Yxy22.35280.27720.1746
Hunter Lab47.278751.2227-54.8824
CIE-Lab54.399356.5735-51.3628

#b45bdc color RGB value is (180,91,220).

#b45bdc hex color red value is 180, green value is 91 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b45bdc hue: 0.78 , saturation: 0.65 and the lightness value of b45bdc is 0.61.

The process color (four color CMYK) of #b45bdc color hex is 0.18, 0.59, 0.00, 0.14. Web safe color of #b45bdc is #cc66cc. Color #b45bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011011 11011100
Octal 264 133 334
Decimal 180 91 220
Hex B4 5B DC

RGB Percentages of Color #b45bdc

%36.66
%18.53
%44.81

CMYK Percentages of Color #b45bdc

%18
%59
%0
%14

Triadic Colors of #b45bdc

#b45bdc #dcb45b #5bdcb4

Analogous Colors of #b45bdc

#b45bdc #dc5bc4 #745bdc

Monochromatic Colors of #b45bdc

#b45bdc

Complementary Color

#b45bdc #83dc5b

#b45bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45bdc Color CSS Codes

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

#b45bdc Text Font Color

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

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


#b45bdc Background Color

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

This div background color is #b45bdc


#b45bdc Border Color

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

This div border color is #b45bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45bdc


Comments

No comments written yet.

Please login to write comment.