Color Hex Logo

#ad3252 Color Hex

#AD3252
(173,50,82)
0 Favorites   0 Comments

Color spaces of #ad3252

RGB 1735082
HSL0.960.550.44
HSV344°71°68°
CMYK 0.000.710.53   0.32
XYZ19.897211.77469.2067
Yxy11.77460.48670.2880
Hunter Lab34.314143.45438.1120
CIE-Lab40.855651.817410.2437

#ad3252 color RGB value is (173,50,82).

#ad3252 hex color red value is 173, green value is 50 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #ad3252 hue: 0.96 , saturation: 0.55 and the lightness value of ad3252 is 0.44.

The process color (four color CMYK) of #ad3252 color hex is 0.00, 0.71, 0.53, 0.32. Web safe color of #ad3252 is #993366. Color #ad3252 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110010 01010010
Octal 255 62 122
Decimal 173 50 82
Hex AD 32 52

RGB Percentages of Color #ad3252

%56.72
%16.39
%26.89

CMYK Percentages of Color #ad3252

%0
%71
%53
%32

Triadic Colors of #ad3252

#ad3252 #52ad32 #3252ad

Analogous Colors of #ad3252

#ad3252 #ad5032 #ad3290

Monochromatic Colors of #ad3252

#ad3252

Complementary Color

#ad3252 #32ad8d

#ad3252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3252 Color CSS Codes

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

#ad3252 Text Font Color

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

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


#ad3252 Background Color

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

This div background color is #ad3252


#ad3252 Border Color

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

This div border color is #ad3252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3252


Comments

No comments written yet.

Please login to write comment.