Color Hex Logo

#b44fdb Color Hex

#B44FDB
(180,79,219)
0 Favorites   0 Comments

Color spaces of #b44fdb

RGB 18079219
HSL0.790.660.58
HSV283°64°86°
CMYK 0.180.640.00   0.14
XYZ34.404620.409769.1440
Yxy20.40970.27750.1646
Hunter Lab45.177156.8767-59.1200
CIE-Lab52.297361.9536-54.1535

#b44fdb color RGB value is (180,79,219).

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

The process color (four color CMYK) of #b44fdb color hex is 0.18, 0.64, 0.00, 0.14. Web safe color of #b44fdb is #cc66cc. Color #b44fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001111 11011011
Octal 264 117 333
Decimal 180 79 219
Hex B4 4F DB

RGB Percentages of Color #b44fdb

%37.66
%16.53
%45.82

CMYK Percentages of Color #b44fdb

%18
%64
%0
%14

Triadic Colors of #b44fdb

#b44fdb #dbb44f #4fdbb4

Analogous Colors of #b44fdb

#b44fdb #db4fbc #6e4fdb

Monochromatic Colors of #b44fdb

#b44fdb

Complementary Color

#b44fdb #76db4f

#b44fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44fdb Color CSS Codes

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

#b44fdb Text Font Color

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

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


#b44fdb Background Color

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

This div background color is #b44fdb


#b44fdb Border Color

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

This div border color is #b44fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44fdb


Comments

No comments written yet.

Please login to write comment.