Color Hex Logo

#ad1278 Color Hex

#AD1278
(173,18,120)
0 Favorites   0 Comments

Color spaces of #ad1278

RGB 17318120
HSL0.890.810.37
HSV321°90°68°
CMYK 0.000.900.31   0.32
XYZ20.840110.672918.7310
Yxy10.67290.41480.2124
Hunter Lab32.669456.6953-11.1253
CIE-Lab39.024064.3298-16.3632

#ad1278 color RGB value is (173,18,120).

#ad1278 hex color red value is 173, green value is 18 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ad1278 hue: 0.89 , saturation: 0.81 and the lightness value of ad1278 is 0.37.

The process color (four color CMYK) of #ad1278 color hex is 0.00, 0.90, 0.31, 0.32. Web safe color of #ad1278 is #990066. Color #ad1278 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010010 01111000
Octal 255 22 170
Decimal 173 18 120
Hex AD 12 78

RGB Percentages of Color #ad1278

%55.63
%5.79
%38.59

CMYK Percentages of Color #ad1278

%0
%90
%31
%32

Triadic Colors of #ad1278

#ad1278 #78ad12 #1278ad

Analogous Colors of #ad1278

#ad1278 #ad122a #9512ad

Monochromatic Colors of #ad1278

#ad1278

Complementary Color

#ad1278 #12ad47

#ad1278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1278 Color CSS Codes

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

#ad1278 Text Font Color

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

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


#ad1278 Background Color

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

This div background color is #ad1278


#ad1278 Border Color

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

This div border color is #ad1278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1278


Comments

No comments written yet.

Please login to write comment.