Color Hex Logo

#b44adb Color Hex

#B44ADB
(180,74,219)
0 Favorites   0 Comments

Color spaces of #b44adb

RGB 18074219
HSL0.790.670.57
HSV284°66°86°
CMYK 0.180.660.00   0.14
XYZ34.057419.715369.0283
Yxy19.71530.27730.1605
Hunter Lab44.401959.2107-61.0923
CIE-Lab51.513864.1280-55.4085

#b44adb color RGB value is (180,74,219).

#b44adb hex color red value is 180, green value is 74 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b44adb hue: 0.79 , saturation: 0.67 and the lightness value of b44adb is 0.57.

The process color (four color CMYK) of #b44adb color hex is 0.18, 0.66, 0.00, 0.14. Web safe color of #b44adb is #cc33cc. Color #b44adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001010 11011011
Octal 264 112 333
Decimal 180 74 219
Hex B4 4A DB

RGB Percentages of Color #b44adb

%38.05
%15.64
%46.30

CMYK Percentages of Color #b44adb

%18
%66
%0
%14

Triadic Colors of #b44adb

#b44adb #dbb44a #4adbb4

Analogous Colors of #b44adb

#b44adb #db4aba #6c4adb

Monochromatic Colors of #b44adb

#b44adb

Complementary Color

#b44adb #71db4a

#b44adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44adb Color CSS Codes

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

#b44adb Text Font Color

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

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


#b44adb Background Color

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

This div background color is #b44adb


#b44adb Border Color

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

This div border color is #b44adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44adb


Comments

No comments written yet.

Please login to write comment.