Color Hex Logo

#b404ad Color Hex

#B404AD
(180,4,173)
0 Favorites   0 Comments

Color spaces of #b404ad

RGB 1804173
HSL0.840.960.36
HSV302°98°71°
CMYK 0.000.980.04   0.29
XYZ26.408612.807340.6153
Yxy12.80730.33080.1604
Hunter Lab35.787369.0932-42.2376
CIE-Lab42.471474.2343-43.1576

#b404ad color RGB value is (180,4,173).

#b404ad hex color red value is 180, green value is 4 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b404ad hue: 0.84 , saturation: 0.96 and the lightness value of b404ad is 0.36.

The process color (four color CMYK) of #b404ad color hex is 0.00, 0.98, 0.04, 0.29. Web safe color of #b404ad is #cc0099. Color #b404ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000100 10101101
Octal 264 4 255
Decimal 180 4 173
Hex B4 4 AD

RGB Percentages of Color #b404ad

%50.42
%1.12
%48.46

CMYK Percentages of Color #b404ad

%0
%98
%4
%29

Triadic Colors of #b404ad

#b404ad #adb404 #04adb4

Analogous Colors of #b404ad

#b404ad #b40455 #6304b4

Monochromatic Colors of #b404ad

#b404ad

Complementary Color

#b404ad #04b40b

#b404ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b404ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b404ad Color CSS Codes

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

#b404ad Text Font Color

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

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


#b404ad Background Color

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

This div background color is #b404ad


#b404ad Border Color

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

This div border color is #b404ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b404ad


Comments

No comments written yet.

Please login to write comment.