Color Hex Logo

#b44ddf Color Hex

#B44DDF
(180,77,223)
0 Favorites   0 Comments

Color spaces of #b44ddf

RGB 18077223
HSL0.780.700.59
HSV282°65°87°
CMYK 0.190.650.00   0.13
XYZ34.795620.338871.9039
Yxy20.33880.27390.1601
Hunter Lab45.098658.7984-62.9614
CIE-Lab52.218163.6397-56.5475

#b44ddf color RGB value is (180,77,223).

#b44ddf hex color red value is 180, green value is 77 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b44ddf hue: 0.78 , saturation: 0.70 and the lightness value of b44ddf is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001101 11011111
Octal 264 115 337
Decimal 180 77 223
Hex B4 4D DF

RGB Percentages of Color #b44ddf

%37.50
%16.04
%46.46

CMYK Percentages of Color #b44ddf

%19
%65
%0
%13

Triadic Colors of #b44ddf

#b44ddf #dfb44d #4ddfb4

Analogous Colors of #b44ddf

#b44ddf #df4dc1 #6b4ddf

Monochromatic Colors of #b44ddf

#b44ddf

Complementary Color

#b44ddf #78df4d

#b44ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44ddf Color CSS Codes

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

#b44ddf Text Font Color

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

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


#b44ddf Background Color

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

This div background color is #b44ddf


#b44ddf Border Color

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

This div border color is #b44ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44ddf


Comments

No comments written yet.

Please login to write comment.