Color Hex Logo

#b409da Color Hex

#B409DA
(180,9,218)
0 Favorites   0 Comments

Color spaces of #b409da

RGB 1809218
HSL0.800.920.45
HSV289°96°85°
CMYK 0.170.960.00   0.15
XYZ31.575014.960667.5532
Yxy14.96060.27680.1311
Hunter Lab38.678978.0278-76.4754
CIE-Lab45.580280.8569-64.4062

#b409da color RGB value is (180,9,218).

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

The process color (four color CMYK) of #b409da color hex is 0.17, 0.96, 0.00, 0.15. Web safe color of #b409da is #cc00cc. Color #b409da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001001 11011010
Octal 264 11 332
Decimal 180 9 218
Hex B4 9 DA

RGB Percentages of Color #b409da

%44.23
%2.21
%53.56

CMYK Percentages of Color #b409da

%17
%96
%0
%15

Triadic Colors of #b409da

#b409da #dab409 #09dab4

Analogous Colors of #b409da

#b409da #da0998 #4b09da

Monochromatic Colors of #b409da

#b409da

Complementary Color

#b409da #2fda09

#b409da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b409da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b409da Color CSS Codes

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

#b409da Text Font Color

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

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


#b409da Background Color

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

This div background color is #b409da


#b409da Border Color

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

This div border color is #b409da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b409da


Comments

No comments written yet.

Please login to write comment.