Color Hex Logo

#b44daf Color Hex

#B44DAF
(180,77,175)
0 Favorites   0 Comments

Color spaces of #b44daf

RGB 18077175
HSL0.840.410.50
HSV303°57°71°
CMYK 0.000.570.03   0.29
XYZ29.214118.106242.5125
Yxy18.10620.32520.2016
Hunter Lab42.551448.0861-29.4499
CIE-Lab49.624754.5684-33.0321

#b44daf color RGB value is (180,77,175).

#b44daf hex color red value is 180, green value is 77 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b44daf hue: 0.84 , saturation: 0.41 and the lightness value of b44daf is 0.50.

The process color (four color CMYK) of #b44daf color hex is 0.00, 0.57, 0.03, 0.29. Web safe color of #b44daf is #cc6699. Color #b44daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001101 10101111
Octal 264 115 257
Decimal 180 77 175
Hex B4 4D AF

RGB Percentages of Color #b44daf

%41.67
%17.82
%40.51

CMYK Percentages of Color #b44daf

%0
%57
%3
%29

Triadic Colors of #b44daf

#b44daf #afb44d #4dafb4

Analogous Colors of #b44daf

#b44daf #b44d7c #864db4

Monochromatic Colors of #b44daf

#b44daf

Complementary Color

#b44daf #4db452

#b44daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44daf Color CSS Codes

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

#b44daf Text Font Color

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

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


#b44daf Background Color

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

This div background color is #b44daf


#b44daf Border Color

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

This div border color is #b44daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44daf


Comments

No comments written yet.

Please login to write comment.