Color Hex Logo

#b44dbc Color Hex

#B44DBC
(180,77,188)
0 Favorites   0 Comments

Color spaces of #b44dbc

RGB 18077188
HSL0.820.450.52
HSV296°59°74°
CMYK 0.040.590.00   0.26
XYZ30.553418.641949.5649
Yxy18.64190.30940.1888
Hunter Lab43.176350.7559-37.8395
CIE-Lab50.265656.8855-39.6004

#b44dbc color RGB value is (180,77,188).

#b44dbc hex color red value is 180, green value is 77 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b44dbc hue: 0.82 , saturation: 0.45 and the lightness value of b44dbc is 0.52.

The process color (four color CMYK) of #b44dbc color hex is 0.04, 0.59, 0.00, 0.26. Web safe color of #b44dbc is #cc66cc. Color #b44dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001101 10111100
Octal 264 115 274
Decimal 180 77 188
Hex B4 4D BC

RGB Percentages of Color #b44dbc

%40.45
%17.30
%42.25

CMYK Percentages of Color #b44dbc

%4
%59
%0
%26

Triadic Colors of #b44dbc

#b44dbc #bcb44d #4dbcb4

Analogous Colors of #b44dbc

#b44dbc #bc4d8d #7d4dbc

Monochromatic Colors of #b44dbc

#b44dbc

Complementary Color

#b44dbc #55bc4d

#b44dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44dbc Color CSS Codes

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

#b44dbc Text Font Color

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

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


#b44dbc Background Color

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

This div background color is #b44dbc


#b44dbc Border Color

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

This div border color is #b44dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44dbc


Comments

No comments written yet.

Please login to write comment.