Color Hex Logo

#ad15b2 Color Hex

#AD15B2
(173,21,178)
0 Favorites   0 Comments

Color spaces of #ad15b2

RGB 17321178
HSL0.830.790.39
HSV298°88°70°
CMYK 0.030.880.00   0.30
XYZ25.537612.634943.2123
Yxy12.63490.31380.1552
Hunter Lab35.545666.0378-47.1961
CIE-Lab42.207971.7432-46.6173

#ad15b2 color RGB value is (173,21,178).

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

The process color (four color CMYK) of #ad15b2 color hex is 0.03, 0.88, 0.00, 0.30. Web safe color of #ad15b2 is #990099. Color #ad15b2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010101 10110010
Octal 255 25 262
Decimal 173 21 178
Hex AD 15 B2

RGB Percentages of Color #ad15b2

%46.51
%5.65
%47.85

CMYK Percentages of Color #ad15b2

%3
%88
%0
%30

Triadic Colors of #ad15b2

#ad15b2 #b2ad15 #15b2ad

Analogous Colors of #ad15b2

#ad15b2 #b21569 #5f15b2

Monochromatic Colors of #ad15b2

#ad15b2

Complementary Color

#ad15b2 #1ab215

#ad15b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad15b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad15b2 Color CSS Codes

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

#ad15b2 Text Font Color

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

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


#ad15b2 Background Color

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

This div background color is #ad15b2


#ad15b2 Border Color

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

This div border color is #ad15b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad15b2


Comments

No comments written yet.

Please login to write comment.