Color Hex Logo

#ad308e Color Hex

#AD308E
(173,48,142)
0 Favorites   0 Comments

Color spaces of #ad308e

RGB 17348142
HSL0.870.570.43
HSV315°72°68°
CMYK 0.000.720.18   0.32
XYZ23.173012.951126.8697
Yxy12.95110.36790.2056
Hunter Lab35.987651.9606-19.0768
CIE-Lab42.689559.3852-24.2594

#ad308e color RGB value is (173,48,142).

#ad308e hex color red value is 173, green value is 48 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ad308e hue: 0.87 , saturation: 0.57 and the lightness value of ad308e is 0.43.

The process color (four color CMYK) of #ad308e color hex is 0.00, 0.72, 0.18, 0.32. Web safe color of #ad308e is #993399. Color #ad308e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110000 10001110
Octal 255 60 216
Decimal 173 48 142
Hex AD 30 8E

RGB Percentages of Color #ad308e

%47.66
%13.22
%39.12

CMYK Percentages of Color #ad308e

%0
%72
%18
%32

Triadic Colors of #ad308e

#ad308e #8ead30 #308ead

Analogous Colors of #ad308e

#ad308e #ad304f #8e30ad

Monochromatic Colors of #ad308e

#ad308e

Complementary Color

#ad308e #30ad4f

#ad308e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad308e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad308e Color CSS Codes

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

#ad308e Text Font Color

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

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


#ad308e Background Color

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

This div background color is #ad308e


#ad308e Border Color

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

This div border color is #ad308e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad308e


Comments

No comments written yet.

Please login to write comment.