Color Hex Logo

#b44ddd Color Hex

#B44DDD
(180,77,221)
0 Favorites   0 Comments

Color spaces of #b44ddd

RGB 18077221
HSL0.790.680.58
HSV283°65°87°
CMYK 0.190.650.00   0.13
XYZ34.527420.231570.4919
Yxy20.23150.27570.1615
Hunter Lab44.979458.3073-61.4338
CIE-Lab52.097963.2363-55.6071

#b44ddd color RGB value is (180,77,221).

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

The process color (four color CMYK) of #b44ddd color hex is 0.19, 0.65, 0.00, 0.13. Web safe color of #b44ddd is #cc66cc. Color #b44ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001101 11011101
Octal 264 115 335
Decimal 180 77 221
Hex B4 4D DD

RGB Percentages of Color #b44ddd

%37.66
%16.11
%46.23

CMYK Percentages of Color #b44ddd

%19
%65
%0
%13

Triadic Colors of #b44ddd

#b44ddd #ddb44d #4dddb4

Analogous Colors of #b44ddd

#b44ddd #dd4dbe #6c4ddd

Monochromatic Colors of #b44ddd

#b44ddd

Complementary Color

#b44ddd #76dd4d

#b44ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44ddd Color CSS Codes

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

#b44ddd Text Font Color

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

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


#b44ddd Background Color

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

This div background color is #b44ddd


#b44ddd Border Color

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

This div border color is #b44ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44ddd


Comments

No comments written yet.

Please login to write comment.