Color Hex Logo

#b44fdf Color Hex

#B44FDF
(180,79,223)
0 Favorites   0 Comments

Color spaces of #b44fdf

RGB 18079223
HSL0.780.690.59
HSV282°65°87°
CMYK 0.190.650.00   0.13
XYZ34.937720.623071.9513
Yxy20.62300.27400.1617
Hunter Lab45.412657.8552-62.1498
CIE-Lab52.534462.7626-56.0405

#b44fdf color RGB value is (180,79,223).

#b44fdf hex color red value is 180, green value is 79 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b44fdf hue: 0.78 , saturation: 0.69 and the lightness value of b44fdf is 0.59.

The process color (four color CMYK) of #b44fdf color hex is 0.19, 0.65, 0.00, 0.13. Web safe color of #b44fdf is #cc66cc. Color #b44fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001111 11011111
Octal 264 117 337
Decimal 180 79 223
Hex B4 4F DF

RGB Percentages of Color #b44fdf

%37.34
%16.39
%46.27

CMYK Percentages of Color #b44fdf

%19
%65
%0
%13

Triadic Colors of #b44fdf

#b44fdf #dfb44f #4fdfb4

Analogous Colors of #b44fdf

#b44fdf #df4fc2 #6c4fdf

Monochromatic Colors of #b44fdf

#b44fdf

Complementary Color

#b44fdf #7adf4f

#b44fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44fdf Color CSS Codes

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

#b44fdf Text Font Color

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

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


#b44fdf Background Color

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

This div background color is #b44fdf


#b44fdf Border Color

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

This div border color is #b44fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44fdf


Comments

No comments written yet.

Please login to write comment.