Color Hex Logo

#ad278a Color Hex

#AD278A
(173,39,138)
0 Favorites   0 Comments

Color spaces of #ad278a

RGB 17339138
HSL0.880.630.42
HSV316°77°68°
CMYK 0.000.770.20   0.32
XYZ22.546512.170325.2055
Yxy12.17030.37630.2031
Hunter Lab34.886054.3126-18.4175
CIE-Lab41.485561.7340-23.6899

#ad278a color RGB value is (173,39,138).

#ad278a hex color red value is 173, green value is 39 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ad278a hue: 0.88 , saturation: 0.63 and the lightness value of ad278a is 0.42.

The process color (four color CMYK) of #ad278a color hex is 0.00, 0.77, 0.20, 0.32. Web safe color of #ad278a is #993399. Color #ad278a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100111 10001010
Octal 255 47 212
Decimal 173 39 138
Hex AD 27 8A

RGB Percentages of Color #ad278a

%49.43
%11.14
%39.43

CMYK Percentages of Color #ad278a

%0
%77
%20
%32

Triadic Colors of #ad278a

#ad278a #8aad27 #278aad

Analogous Colors of #ad278a

#ad278a #ad2747 #8d27ad

Monochromatic Colors of #ad278a

#ad278a

Complementary Color

#ad278a #27ad4a

#ad278a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad278a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad278a Color CSS Codes

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

#ad278a Text Font Color

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

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


#ad278a Background Color

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

This div background color is #ad278a


#ad278a Border Color

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

This div border color is #ad278a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad278a


Comments

No comments written yet.

Please login to write comment.