Color Hex Logo

#b415ad Color Hex

#B415AD
(180,21,173)
0 Favorites   0 Comments

Color spaces of #b415ad

RGB 18021173
HSL0.840.790.39
HSV303°88°71°
CMYK 0.000.880.04   0.29
XYZ26.633413.256840.6902
Yxy13.25680.33050.1645
Hunter Lab36.409966.8533-40.7732
CIE-Lab43.147772.2427-42.0801

#b415ad color RGB value is (180,21,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010101 10101101
Octal 264 25 255
Decimal 180 21 173
Hex B4 15 AD

RGB Percentages of Color #b415ad

%48.13
%5.61
%46.26

CMYK Percentages of Color #b415ad

%0
%88
%4
%29

Triadic Colors of #b415ad

#b415ad #adb415 #15adb4

Analogous Colors of #b415ad

#b415ad #b4155e #6c15b4

Monochromatic Colors of #b415ad

#b415ad

Complementary Color

#b415ad #15b41c

#b415ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b415ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b415ad Color CSS Codes

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

#b415ad Text Font Color

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

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


#b415ad Background Color

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

This div background color is #b415ad


#b415ad Border Color

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

This div border color is #b415ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b415ad


Comments

No comments written yet.

Please login to write comment.