Color Hex Logo

#ad278b Color Hex

#AD278B
(173,39,139)
0 Favorites   0 Comments

Color spaces of #ad278b

RGB 17339139
HSL0.880.630.42
HSV315°77°68°
CMYK 0.000.770.20   0.32
XYZ22.619312.199425.5886
Yxy12.19940.37440.2020
Hunter Lab34.927654.4741-18.9875
CIE-Lab41.531361.8694-24.2300

#ad278b color RGB value is (173,39,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100111 10001011
Octal 255 47 213
Decimal 173 39 139
Hex AD 27 8B

RGB Percentages of Color #ad278b

%49.29
%11.11
%39.60

CMYK Percentages of Color #ad278b

%0
%77
%20
%32

Triadic Colors of #ad278b

#ad278b #8bad27 #278bad

Analogous Colors of #ad278b

#ad278b #ad2748 #8c27ad

Monochromatic Colors of #ad278b

#ad278b

Complementary Color

#ad278b #27ad49

#ad278b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad278b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad278b Color CSS Codes

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

#ad278b Text Font Color

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

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


#ad278b Background Color

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

This div background color is #ad278b


#ad278b Border Color

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

This div border color is #ad278b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad278b


Comments

No comments written yet.

Please login to write comment.