Color Hex Logo

#b441df Color Hex

#B441DF
(180,65,223)
0 Favorites   0 Comments

Color spaces of #b441df

RGB 18065223
HSL0.790.710.56
HSV284°71°87°
CMYK 0.190.710.00   0.13
XYZ34.032018.811671.6494
Yxy18.81160.27340.1511
Hunter Lab43.372364.1580-67.5841
CIE-Lab50.466168.5558-59.3626

#b441df color RGB value is (180,65,223).

#b441df hex color red value is 180, green value is 65 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b441df hue: 0.79 , saturation: 0.71 and the lightness value of b441df is 0.56.

The process color (four color CMYK) of #b441df color hex is 0.19, 0.71, 0.00, 0.13. Web safe color of #b441df is #cc33cc. Color #b441df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000001 11011111
Octal 264 101 337
Decimal 180 65 223
Hex B4 41 DF

RGB Percentages of Color #b441df

%38.46
%13.89
%47.65

CMYK Percentages of Color #b441df

%19
%71
%0
%13

Triadic Colors of #b441df

#b441df #dfb441 #41dfb4

Analogous Colors of #b441df

#b441df #df41bb #6541df

Monochromatic Colors of #b441df

#b441df

Complementary Color

#b441df #6cdf41

#b441df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b441df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b441df Color CSS Codes

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

#b441df Text Font Color

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

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


#b441df Background Color

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

This div background color is #b441df


#b441df Border Color

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

This div border color is #b441df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b441df


Comments

No comments written yet.

Please login to write comment.