Color Hex Logo

#d47490 Color Hex

#D47490
(212,116,144)
0 Favorites   0 Comments

Color spaces of #d47490

RGB 212116144
HSL0.950.530.64
HSV343°45°83°
CMYK 0.000.450.32   0.17
XYZ38.430828.501429.8614
Yxy28.50140.39700.2945
Hunter Lab53.386735.06784.2073
CIE-Lab60.339040.68151.6779

#d47490 color RGB value is (212,116,144).

#d47490 hex color red value is 212, green value is 116 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #d47490 hue: 0.95 , saturation: 0.53 and the lightness value of d47490 is 0.64.

The process color (four color CMYK) of #d47490 color hex is 0.00, 0.45, 0.32, 0.17. Web safe color of #d47490 is #cc6699. Color #d47490 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110100 10010000
Octal 324 164 220
Decimal 212 116 144
Hex D4 74 90

RGB Percentages of Color #d47490

%44.92
%24.58
%30.51

CMYK Percentages of Color #d47490

%0
%45
%32
%17

Triadic Colors of #d47490

#d47490 #90d474 #7490d4

Analogous Colors of #d47490

#d47490 #d48874 #d474c0

Monochromatic Colors of #d47490

#d47490

Complementary Color

#d47490 #74d4b8

#d47490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47490 Color CSS Codes

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

#d47490 Text Font Color

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

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


#d47490 Background Color

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

This div background color is #d47490


#d47490 Border Color

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

This div border color is #d47490


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,116,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d47490; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d47490;
  -webkit-box-shadow: 1px 1px 3px 2px #d47490;
  box-shadow:         1px 1px 3px 2px #d47490; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,116,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47490


Comments

No comments written yet.

Please login to write comment.