Color Hex Logo

#b45dda Color Hex

#B45DDA
(180,93,218)
0 Favorites   0 Comments

Color spaces of #b45dda

RGB 18093218
HSL0.780.630.61
HSV282°57°85°
CMYK 0.170.570.00   0.15
XYZ35.391622.594068.8254
Yxy22.59400.27910.1782
Hunter Lab47.533149.7222-52.5755
CIE-Lab54.651755.1809-49.8298

#b45dda color RGB value is (180,93,218).

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

The process color (four color CMYK) of #b45dda color hex is 0.17, 0.57, 0.00, 0.15. Web safe color of #b45dda is #cc66cc. Color #b45dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011101 11011010
Octal 264 135 332
Decimal 180 93 218
Hex B4 5D DA

RGB Percentages of Color #b45dda

%36.66
%18.94
%44.40

CMYK Percentages of Color #b45dda

%17
%57
%0
%15

Triadic Colors of #b45dda

#b45dda #dab45d #5ddab4

Analogous Colors of #b45dda

#b45dda #da5dc2 #765dda

Monochromatic Colors of #b45dda

#b45dda

Complementary Color

#b45dda #83da5d

#b45dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45dda Color CSS Codes

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

#b45dda Text Font Color

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

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


#b45dda Background Color

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

This div background color is #b45dda


#b45dda Border Color

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

This div border color is #b45dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45dda


Comments

No comments written yet.

Please login to write comment.