Color Hex Logo

#ad268f Color Hex

#AD268F
(173,38,143)
0 Favorites   0 Comments

Color spaces of #ad268f

RGB 17338143
HSL0.870.640.41
HSV313°78°68°
CMYK 0.000.780.17   0.32
XYZ22.884612.253627.1456
Yxy12.25360.36740.1967
Hunter Lab35.005155.4353-21.4743
CIE-Lab41.616462.7094-26.5375

#ad268f color RGB value is (173,38,143).

#ad268f hex color red value is 173, green value is 38 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ad268f hue: 0.87 , saturation: 0.64 and the lightness value of ad268f is 0.41.

The process color (four color CMYK) of #ad268f color hex is 0.00, 0.78, 0.17, 0.32. Web safe color of #ad268f is #993399. Color #ad268f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100110 10001111
Octal 255 46 217
Decimal 173 38 143
Hex AD 26 8F

RGB Percentages of Color #ad268f

%48.87
%10.73
%40.40

CMYK Percentages of Color #ad268f

%0
%78
%17
%32

Triadic Colors of #ad268f

#ad268f #8fad26 #268fad

Analogous Colors of #ad268f

#ad268f #ad264c #8826ad

Monochromatic Colors of #ad268f

#ad268f

Complementary Color

#ad268f #26ad44

#ad268f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad268f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad268f Color CSS Codes

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

#ad268f Text Font Color

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

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


#ad268f Background Color

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

This div background color is #ad268f


#ad268f Border Color

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

This div border color is #ad268f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad268f


Comments

No comments written yet.

Please login to write comment.