Color Hex Logo

#ad074b Color Hex

#AD074B
(173,7,75)
0 Favorites   0 Comments

Color spaces of #ad074b

RGB 173775
HSL0.930.920.35
HSV335°96°68°
CMYK 0.000.960.57   0.32
XYZ18.57969.54427.5196
Yxy9.54420.52130.2678
Hunter Lab30.893753.28677.1942
CIE-Lab37.011661.68289.3438

#ad074b color RGB value is (173,7,75).

#ad074b hex color red value is 173, green value is 7 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ad074b hue: 0.93 , saturation: 0.92 and the lightness value of ad074b is 0.35.

The process color (four color CMYK) of #ad074b color hex is 0.00, 0.96, 0.57, 0.32. Web safe color of #ad074b is #990033. Color #ad074b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000111 01001011
Octal 255 7 113
Decimal 173 7 75
Hex AD 7 4B

RGB Percentages of Color #ad074b

%67.84
%2.75
%29.41

CMYK Percentages of Color #ad074b

%0
%96
%57
%32

Triadic Colors of #ad074b

#ad074b #4bad07 #074bad

Analogous Colors of #ad074b

#ad074b #ad1607 #ad079e

Monochromatic Colors of #ad074b

#ad074b

Complementary Color

#ad074b #07ad69

#ad074b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad074b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad074b Color CSS Codes

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

#ad074b Text Font Color

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

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


#ad074b Background Color

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

This div background color is #ad074b


#ad074b Border Color

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

This div border color is #ad074b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad074b


Comments

No comments written yet.

Please login to write comment.