Color Hex Logo

#ad075b Color Hex

#AD075B
(173,7,91)
0 Favorites   0 Comments

Color spaces of #ad075b

RGB 173791
HSL0.920.920.35
HSV330°96°68°
CMYK 0.000.960.47   0.32
XYZ19.19799.791510.7756
Yxy9.79150.48280.2462
Hunter Lab31.291454.75351.4867
CIE-Lab37.465662.9099-0.3283

#ad075b color RGB value is (173,7,91).

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

The process color (four color CMYK) of #ad075b color hex is 0.00, 0.96, 0.47, 0.32. Web safe color of #ad075b is #990066. Color #ad075b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000111 01011011
Octal 255 7 133
Decimal 173 7 91
Hex AD 7 5B

RGB Percentages of Color #ad075b

%63.84
%2.58
%33.58

CMYK Percentages of Color #ad075b

%0
%96
%47
%32

Triadic Colors of #ad075b

#ad075b #5bad07 #075bad

Analogous Colors of #ad075b

#ad075b #ad0708 #ac07ad

Monochromatic Colors of #ad075b

#ad075b

Complementary Color

#ad075b #07ad59

#ad075b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad075b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad075b Color CSS Codes

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

#ad075b Text Font Color

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

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


#ad075b Background Color

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

This div background color is #ad075b


#ad075b Border Color

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

This div border color is #ad075b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad075b


Comments

No comments written yet.

Please login to write comment.