Color Hex Logo

#ad386b Color Hex

#AD386B
(173,56,107)
0 Favorites   0 Comments

Color spaces of #ad386b

RGB 17356107
HSL0.930.510.45
HSV334°68°68°
CMYK 0.000.680.38   0.32
XYZ21.301612.774115.2529
Yxy12.77410.43180.2590
Hunter Lab35.740943.8397-0.2842
CIE-Lab42.420951.8974-3.1453

#ad386b color RGB value is (173,56,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111000 01101011
Octal 255 70 153
Decimal 173 56 107
Hex AD 38 6B

RGB Percentages of Color #ad386b

%51.49
%16.67
%31.85

CMYK Percentages of Color #ad386b

%0
%68
%38
%32

Triadic Colors of #ad386b

#ad386b #6bad38 #386bad

Analogous Colors of #ad386b

#ad386b #ad4038 #ad38a6

Monochromatic Colors of #ad386b

#ad386b

Complementary Color

#ad386b #38ad7a

#ad386b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad386b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad386b Color CSS Codes

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

#ad386b Text Font Color

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

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


#ad386b Background Color

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

This div background color is #ad386b


#ad386b Border Color

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

This div border color is #ad386b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad386b


Comments

No comments written yet.

Please login to write comment.