Color Hex Logo

#ad035b Color Hex

#AD035B
(173,3,91)
0 Favorites   0 Comments

Color spaces of #ad035b

RGB 173391
HSL0.910.970.35
HSV329°98°68°
CMYK 0.000.980.47   0.32
XYZ19.15459.704710.7612
Yxy9.70470.48350.2449
Hunter Lab31.152455.23681.3257
CIE-Lab37.307163.3717-0.5603

#ad035b color RGB value is (173,3,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000011 01011011
Octal 255 3 133
Decimal 173 3 91
Hex AD 3 5B

RGB Percentages of Color #ad035b

%64.79
%1.12
%34.08

CMYK Percentages of Color #ad035b

%0
%98
%47
%32

Triadic Colors of #ad035b

#ad035b #5bad03 #035bad

Analogous Colors of #ad035b

#ad035b #ad0306 #aa03ad

Monochromatic Colors of #ad035b

#ad035b

Complementary Color

#ad035b #03ad55

#ad035b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad035b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad035b Color CSS Codes

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

#ad035b Text Font Color

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

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


#ad035b Background Color

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

This div background color is #ad035b


#ad035b Border Color

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

This div border color is #ad035b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,3,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 #ad035b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad035b


Comments

No comments written yet.

Please login to write comment.