Color Hex Logo

#ad1b27 Color Hex

#AD1B27
(173,27,39)
0 Favorites   0 Comments

Color spaces of #ad1b27

RGB 1732739
HSL0.990.730.39
HSV355°84°68°
CMYK 0.000.840.77   0.32
XYZ17.99179.81462.8656
Yxy9.81460.58660.3200
Hunter Lab31.328347.687416.5065
CIE-Lab37.507656.451532.7639

#ad1b27 color RGB value is (173,27,39).

#ad1b27 hex color red value is 173, green value is 27 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #ad1b27 hue: 0.99 , saturation: 0.73 and the lightness value of ad1b27 is 0.39.

The process color (four color CMYK) of #ad1b27 color hex is 0.00, 0.84, 0.77, 0.32. Web safe color of #ad1b27 is #993333. Color #ad1b27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011011 00100111
Octal 255 33 47
Decimal 173 27 39
Hex AD 1B 27

RGB Percentages of Color #ad1b27

%72.38
%11.30
%16.32

CMYK Percentages of Color #ad1b27

%0
%84
%77
%32

Triadic Colors of #ad1b27

#ad1b27 #27ad1b #1b27ad

Analogous Colors of #ad1b27

#ad1b27 #ad581b #ad1b70

Monochromatic Colors of #ad1b27

#ad1b27

Complementary Color

#ad1b27 #1bada1

#ad1b27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1b27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1b27 Color CSS Codes

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

#ad1b27 Text Font Color

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

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


#ad1b27 Background Color

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

This div background color is #ad1b27


#ad1b27 Border Color

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

This div border color is #ad1b27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1b27


Comments

No comments written yet.

Please login to write comment.