Color Hex Logo

#ad268e Color Hex

#AD268E
(173,38,142)
0 Favorites   0 Comments

Color spaces of #ad268e

RGB 17338142
HSL0.870.640.41
HSV314°78°68°
CMYK 0.000.780.18   0.32
XYZ22.809212.223526.7484
Yxy12.22350.36920.1979
Hunter Lab34.962155.2692-20.8874
CIE-Lab41.569262.5709-26.0019

#ad268e color RGB value is (173,38,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100110 10001110
Octal 255 46 216
Decimal 173 38 142
Hex AD 26 8E

RGB Percentages of Color #ad268e

%49.01
%10.76
%40.23

CMYK Percentages of Color #ad268e

%0
%78
%18
%32

Triadic Colors of #ad268e

#ad268e #8ead26 #268ead

Analogous Colors of #ad268e

#ad268e #ad264b #8926ad

Monochromatic Colors of #ad268e

#ad268e

Complementary Color

#ad268e #26ad45

#ad268e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad268e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad268e Color CSS Codes

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

#ad268e Text Font Color

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

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


#ad268e Background Color

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

This div background color is #ad268e


#ad268e Border Color

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

This div border color is #ad268e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,38,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 #ad268e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad268e


Comments

No comments written yet.

Please login to write comment.