Color Hex Logo

#d49190 Color Hex

#D49190
(212,145,144)
0 Favorites   0 Comments

Color spaces of #d49190

RGB 212145144
HSL0.000.440.70
HSV32°83°
CMYK 0.000.320.32   0.17
XYZ42.310836.261531.1547
Yxy36.26150.38560.3305
Hunter Lab60.217520.039311.4774
CIE-Lab66.719225.226610.8288

#d49190 color RGB value is (212,145,144).

#d49190 hex color red value is 212, green value is 145 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #d49190 hue: 0.00 , saturation: 0.44 and the lightness value of d49190 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010001 10010000
Octal 324 221 220
Decimal 212 145 144
Hex D4 91 90

RGB Percentages of Color #d49190

%42.32
%28.94
%28.74

CMYK Percentages of Color #d49190

%0
%32
%32
%17

Triadic Colors of #d49190

#d49190 #90d491 #9190d4

Analogous Colors of #d49190

#d49190 #d4b390 #d490b1

Monochromatic Colors of #d49190

#d49190

Complementary Color

#d49190 #90d3d4

#d49190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49190 Color CSS Codes

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

#d49190 Text Font Color

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

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


#d49190 Background Color

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

This div background color is #d49190


#d49190 Border Color

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

This div border color is #d49190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49190


Comments

No comments written yet.

Please login to write comment.