Color Hex Logo

#b517ad Color Hex

#B517AD
(181,23,173)
0 Favorites   0 Comments

Color spaces of #b517ad

RGB 18123173
HSL0.840.770.40
HSV303°87°71°
CMYK 0.000.870.04   0.29
XYZ26.905313.453740.7139
Yxy13.45370.33190.1659
Hunter Lab36.679366.7461-40.1362
CIE-Lab43.439172.0964-41.6057

#b517ad color RGB value is (181,23,173).

#b517ad hex color red value is 181, green value is 23 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b517ad hue: 0.84 , saturation: 0.77 and the lightness value of b517ad is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010111 10101101
Octal 265 27 255
Decimal 181 23 173
Hex B5 17 AD

RGB Percentages of Color #b517ad

%48.01
%6.10
%45.89

CMYK Percentages of Color #b517ad

%0
%87
%4
%29

Triadic Colors of #b517ad

#b517ad #adb517 #17adb5

Analogous Colors of #b517ad

#b517ad #b5175e #6e17b5

Monochromatic Colors of #b517ad

#b517ad

Complementary Color

#b517ad #17b51f

#b517ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b517ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b517ad Color CSS Codes

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

#b517ad Text Font Color

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

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


#b517ad Background Color

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

This div background color is #b517ad


#b517ad Border Color

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

This div border color is #b517ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b517ad


Comments

No comments written yet.

Please login to write comment.