Color Hex Logo

#ad0834 Color Hex

#AD0834
(173,8,52)
0 Favorites   0 Comments

Color spaces of #ad0834

RGB 173852
HSL0.960.910.35
HSV344°95°68°
CMYK 0.000.950.70   0.32
XYZ17.94029.30584.0995
Yxy9.30580.57230.2969
Hunter Lab30.505451.591213.3860
CIE-Lab36.566560.233723.5992

#ad0834 color RGB value is (173,8,52).

#ad0834 hex color red value is 173, green value is 8 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #ad0834 hue: 0.96 , saturation: 0.91 and the lightness value of ad0834 is 0.35.

The process color (four color CMYK) of #ad0834 color hex is 0.00, 0.95, 0.70, 0.32. Web safe color of #ad0834 is #990033. Color #ad0834 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001000 00110100
Octal 255 10 64
Decimal 173 8 52
Hex AD 8 34

RGB Percentages of Color #ad0834

%74.25
%3.43
%22.32

CMYK Percentages of Color #ad0834

%0
%95
%70
%32

Triadic Colors of #ad0834

#ad0834 #34ad08 #0834ad

Analogous Colors of #ad0834

#ad0834 #ad2f08 #ad0887

Monochromatic Colors of #ad0834

#ad0834

Complementary Color

#ad0834 #08ad81

#ad0834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0834 Color CSS Codes

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

#ad0834 Text Font Color

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

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


#ad0834 Background Color

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

This div background color is #ad0834


#ad0834 Border Color

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

This div border color is #ad0834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0834


Comments

No comments written yet.

Please login to write comment.