Color Hex Logo

#b44cdb Color Hex

#B44CDB
(180,76,219)
0 Favorites   0 Comments

Color spaces of #b44cdb

RGB 18076219
HSL0.790.670.58
HSV284°65°86°
CMYK 0.180.650.00   0.14
XYZ34.193019.986769.0735
Yxy19.98670.27740.1622
Hunter Lab44.706558.2864-60.3111
CIE-Lab51.822263.2695-54.9143

#b44cdb color RGB value is (180,76,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001100 11011011
Octal 264 114 333
Decimal 180 76 219
Hex B4 4C DB

RGB Percentages of Color #b44cdb

%37.89
%16.00
%46.11

CMYK Percentages of Color #b44cdb

%18
%65
%0
%14

Triadic Colors of #b44cdb

#b44cdb #dbb44c #4cdbb4

Analogous Colors of #b44cdb

#b44cdb #db4cbb #6d4cdb

Monochromatic Colors of #b44cdb

#b44cdb

Complementary Color

#b44cdb #73db4c

#b44cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44cdb Color CSS Codes

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

#b44cdb Text Font Color

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

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


#b44cdb Background Color

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

This div background color is #b44cdb


#b44cdb Border Color

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

This div border color is #b44cdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,76,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 #b44cdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44cdb


Comments

No comments written yet.

Please login to write comment.