Color Hex Logo

#ad3865 Color Hex

#AD3865
(173,56,101)
0 Favorites   0 Comments

Color spaces of #ad3865

RGB 17356101
HSL0.940.510.45
HSV337°68°68°
CMYK 0.000.680.42   0.32
XYZ20.996712.652213.6474
Yxy12.65220.44390.2675
Hunter Lab35.569943.12002.1507
CIE-Lab42.234551.24490.3136

#ad3865 color RGB value is (173,56,101).

#ad3865 hex color red value is 173, green value is 56 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #ad3865 hue: 0.94 , saturation: 0.51 and the lightness value of ad3865 is 0.45.

The process color (four color CMYK) of #ad3865 color hex is 0.00, 0.68, 0.42, 0.32. Web safe color of #ad3865 is #993366. Color #ad3865 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111000 01100101
Octal 255 70 145
Decimal 173 56 101
Hex AD 38 65

RGB Percentages of Color #ad3865

%52.42
%16.97
%30.61

CMYK Percentages of Color #ad3865

%0
%68
%42
%32

Triadic Colors of #ad3865

#ad3865 #65ad38 #3865ad

Analogous Colors of #ad3865

#ad3865 #ad4638 #ad38a0

Monochromatic Colors of #ad3865

#ad3865

Complementary Color

#ad3865 #38ad80

#ad3865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3865 Color CSS Codes

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

#ad3865 Text Font Color

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

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


#ad3865 Background Color

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

This div background color is #ad3865


#ad3865 Border Color

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

This div border color is #ad3865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3865


Comments

No comments written yet.

Please login to write comment.