Color Hex Logo

#ad236f Color Hex

#AD236F
(173,35,111)
0 Favorites   0 Comments

Color spaces of #ad236f

RGB 17335111
HSL0.910.660.41
HSV327°80°68°
CMYK 0.000.800.36   0.32
XYZ20.703911.234016.1161
Yxy11.23400.43080.2338
Hunter Lab33.517251.6063-5.0465
CIE-Lab39.971859.5861-9.2914

#ad236f color RGB value is (173,35,111).

#ad236f hex color red value is 173, green value is 35 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ad236f hue: 0.91 , saturation: 0.66 and the lightness value of ad236f is 0.41.

The process color (four color CMYK) of #ad236f color hex is 0.00, 0.80, 0.36, 0.32. Web safe color of #ad236f is #993366. Color #ad236f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100011 01101111
Octal 255 43 157
Decimal 173 35 111
Hex AD 23 6F

RGB Percentages of Color #ad236f

%54.23
%10.97
%34.80

CMYK Percentages of Color #ad236f

%0
%80
%36
%32

Triadic Colors of #ad236f

#ad236f #6fad23 #236fad

Analogous Colors of #ad236f

#ad236f #ad232a #a623ad

Monochromatic Colors of #ad236f

#ad236f

Complementary Color

#ad236f #23ad61

#ad236f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad236f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad236f Color CSS Codes

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

#ad236f Text Font Color

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

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


#ad236f Background Color

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

This div background color is #ad236f


#ad236f Border Color

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

This div border color is #ad236f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad236f


Comments

No comments written yet.

Please login to write comment.