Color Hex Logo

#ad2f35 Color Hex

#AD2F35
(173,47,53)
0 Favorites   0 Comments

Color spaces of #ad2f35

RGB 1734753
HSL0.990.570.43
HSV357°73°68°
CMYK 0.000.730.69   0.32
XYZ18.892711.17434.5293
Yxy11.17430.54610.3230
Hunter Lab33.428042.385015.3661
CIE-Lab39.872550.972427.0340

#ad2f35 color RGB value is (173,47,53).

#ad2f35 hex color red value is 173, green value is 47 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #ad2f35 hue: 0.99 , saturation: 0.57 and the lightness value of ad2f35 is 0.43.

The process color (four color CMYK) of #ad2f35 color hex is 0.00, 0.73, 0.69, 0.32. Web safe color of #ad2f35 is #993333. Color #ad2f35 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101111 00110101
Octal 255 57 65
Decimal 173 47 53
Hex AD 2F 35

RGB Percentages of Color #ad2f35

%63.37
%17.22
%19.41

CMYK Percentages of Color #ad2f35

%0
%73
%69
%32

Triadic Colors of #ad2f35

#ad2f35 #35ad2f #2f35ad

Analogous Colors of #ad2f35

#ad2f35 #ad682f #ad2f74

Monochromatic Colors of #ad2f35

#ad2f35

Complementary Color

#ad2f35 #2fada7

#ad2f35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2f35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2f35 Color CSS Codes

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

#ad2f35 Text Font Color

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

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


#ad2f35 Background Color

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

This div background color is #ad2f35


#ad2f35 Border Color

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

This div border color is #ad2f35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2f35


Comments

No comments written yet.

Please login to write comment.