Color Hex Logo

#b44dda Color Hex

#B44DDA
(180,77,218)
0 Favorites   0 Comments

Color spaces of #b44dda

RGB 18077218
HSL0.790.660.58
HSV284°65°85°
CMYK 0.170.650.00   0.15
XYZ34.131220.073068.4052
Yxy20.07300.27840.1637
Hunter Lab44.802957.5776-59.1621
CIE-Lab51.919662.6350-54.1902

#b44dda color RGB value is (180,77,218).

#b44dda hex color red value is 180, green value is 77 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b44dda hue: 0.79 , saturation: 0.66 and the lightness value of b44dda is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001101 11011010
Octal 264 115 332
Decimal 180 77 218
Hex B4 4D DA

RGB Percentages of Color #b44dda

%37.89
%16.21
%45.89

CMYK Percentages of Color #b44dda

%17
%65
%0
%15

Triadic Colors of #b44dda

#b44dda #dab44d #4ddab4

Analogous Colors of #b44dda

#b44dda #da4dba #6e4dda

Monochromatic Colors of #b44dda

#b44dda

Complementary Color

#b44dda #73da4d

#b44dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44dda Color CSS Codes

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

#b44dda Text Font Color

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

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


#b44dda Background Color

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

This div background color is #b44dda


#b44dda Border Color

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

This div border color is #b44dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,77,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 #b44dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44dda


Comments

No comments written yet.

Please login to write comment.