Color Hex Logo

#b409df Color Hex

#B409DF
(180,9,223)
0 Favorites   0 Comments

Color spaces of #b409df

RGB 1809223
HSL0.800.920.45
HSV288°96°87°
CMYK 0.190.960.00   0.13
XYZ32.239415.226471.0518
Yxy15.22640.27200.1285
Hunter Lab39.021079.1910-80.6441
CIE-Lab45.942781.7062-66.6764

#b409df color RGB value is (180,9,223).

#b409df hex color red value is 180, green value is 9 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b409df hue: 0.80 , saturation: 0.92 and the lightness value of b409df is 0.45.

The process color (four color CMYK) of #b409df color hex is 0.19, 0.96, 0.00, 0.13. Web safe color of #b409df is #cc00cc. Color #b409df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001001 11011111
Octal 264 11 337
Decimal 180 9 223
Hex B4 9 DF

RGB Percentages of Color #b409df

%43.69
%2.18
%54.13

CMYK Percentages of Color #b409df

%19
%96
%0
%13

Triadic Colors of #b409df

#b409df #dfb409 #09dfb4

Analogous Colors of #b409df

#b409df #df099f #4909df

Monochromatic Colors of #b409df

#b409df

Complementary Color

#b409df #34df09

#b409df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b409df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b409df Color CSS Codes

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

#b409df Text Font Color

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

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


#b409df Background Color

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

This div background color is #b409df


#b409df Border Color

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

This div border color is #b409df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b409df


Comments

No comments written yet.

Please login to write comment.