Color Hex Logo

#b413ad Color Hex

#B413AD
(180,19,173)
0 Favorites   0 Comments

Color spaces of #b413ad

RGB 18019173
HSL0.840.810.39
HSV303°89°71°
CMYK 0.000.890.04   0.29
XYZ26.598113.186240.6785
Yxy13.18620.33060.1639
Hunter Lab36.312867.1988-40.9992
CIE-Lab43.042572.5515-42.2477

#b413ad color RGB value is (180,19,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010011 10101101
Octal 264 23 255
Decimal 180 19 173
Hex B4 13 AD

RGB Percentages of Color #b413ad

%48.39
%5.11
%46.51

CMYK Percentages of Color #b413ad

%0
%89
%4
%29

Triadic Colors of #b413ad

#b413ad #adb413 #13adb4

Analogous Colors of #b413ad

#b413ad #b4135d #6b13b4

Monochromatic Colors of #b413ad

#b413ad

Complementary Color

#b413ad #13b41a

#b413ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b413ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b413ad Color CSS Codes

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

#b413ad Text Font Color

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

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


#b413ad Background Color

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

This div background color is #b413ad


#b413ad Border Color

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

This div border color is #b413ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b413ad


Comments

No comments written yet.

Please login to write comment.