Color Hex Logo

#d1447a Color Hex

#D1447A
(209,68,122)
0 Favorites   0 Comments

Color spaces of #d1447a

RGB 20968122
HSL0.940.610.54
HSV337°67°82°
CMYK 0.000.670.42   0.18
XYZ31.874519.094720.4180
Yxy19.09470.44650.2675
Hunter Lab43.697553.73372.8845
CIE-Lab50.797859.45850.6927

#d1447a color RGB value is (209,68,122).

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

The process color (four color CMYK) of #d1447a color hex is 0.00, 0.67, 0.42, 0.18. Web safe color of #d1447a is #cc3366. Color #d1447a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000100 01111010
Octal 321 104 172
Decimal 209 68 122
Hex D1 44 7A

RGB Percentages of Color #d1447a

%52.38
%17.04
%30.58

CMYK Percentages of Color #d1447a

%0
%67
%42
%18

Triadic Colors of #d1447a

#d1447a #7ad144 #447ad1

Analogous Colors of #d1447a

#d1447a #d15544 #d144c1

Monochromatic Colors of #d1447a

#d1447a

Complementary Color

#d1447a #44d19b

#d1447a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1447a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1447a Color CSS Codes

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

#d1447a Text Font Color

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

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


#d1447a Background Color

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

This div background color is #d1447a


#d1447a Border Color

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

This div border color is #d1447a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1447a


Comments

No comments written yet.

Please login to write comment.