Color Hex Logo

#ad246b Color Hex

#AD246B
(173,36,107)
0 Favorites   0 Comments

Color spaces of #ad246b

RGB 17336107
HSL0.910.660.41
HSV329°79°68°
CMYK 0.000.790.38   0.32
XYZ20.518311.207514.9918
Yxy11.20750.43920.2399
Hunter Lab33.477650.8162-3.1167
CIE-Lab39.927858.8742-6.8476

#ad246b color RGB value is (173,36,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100100 01101011
Octal 255 44 153
Decimal 173 36 107
Hex AD 24 6B

RGB Percentages of Color #ad246b

%54.75
%11.39
%33.86

CMYK Percentages of Color #ad246b

%0
%79
%38
%32

Triadic Colors of #ad246b

#ad246b #6bad24 #246bad

Analogous Colors of #ad246b

#ad246b #ad2427 #ab24ad

Monochromatic Colors of #ad246b

#ad246b

Complementary Color

#ad246b #24ad66

#ad246b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad246b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad246b Color CSS Codes

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

#ad246b Text Font Color

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

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


#ad246b Background Color

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

This div background color is #ad246b


#ad246b Border Color

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

This div border color is #ad246b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad246b


Comments

No comments written yet.

Please login to write comment.