Color Hex Logo

#d1416a Color Hex

#D1416A
(209,65,106)
0 Favorites   0 Comments

Color spaces of #d1416a

RGB 20965106
HSL0.950.610.54
HSV343°69°82°
CMYK 0.000.690.49   0.18
XYZ30.786318.376515.5601
Yxy18.37650.47570.2839
Hunter Lab42.867853.17438.4865
CIE-Lab49.949659.11559.1426

#d1416a color RGB value is (209,65,106).

#d1416a hex color red value is 209, green value is 65 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #d1416a hue: 0.95 , saturation: 0.61 and the lightness value of d1416a is 0.54.

The process color (four color CMYK) of #d1416a color hex is 0.00, 0.69, 0.49, 0.18. Web safe color of #d1416a is #cc3366. Color #d1416a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000001 01101010
Octal 321 101 152
Decimal 209 65 106
Hex D1 41 6A

RGB Percentages of Color #d1416a

%55.00
%17.11
%27.89

CMYK Percentages of Color #d1416a

%0
%69
%49
%18

Triadic Colors of #d1416a

#d1416a #6ad141 #416ad1

Analogous Colors of #d1416a

#d1416a #d16041 #d141b2

Monochromatic Colors of #d1416a

#d1416a

Complementary Color

#d1416a #41d1a8

#d1416a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1416a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1416a Color CSS Codes

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

#d1416a Text Font Color

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

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


#d1416a Background Color

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

This div background color is #d1416a


#d1416a Border Color

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

This div border color is #d1416a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,65,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1416a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1416a;
  -webkit-box-shadow: 1px 1px 3px 2px #d1416a;
  box-shadow:         1px 1px 3px 2px #d1416a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,65,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1416a


Comments

No comments written yet.

Please login to write comment.