Color Hex Logo

#d4948c Color Hex

#D4948C
(212,148,140)
0 Favorites   0 Comments

Color spaces of #d4948c

RGB 212148140
HSL0.020.460.69
HSV34°83°
CMYK 0.000.300.34   0.17
XYZ42.474937.070329.7276
Yxy37.07030.38870.3392
Hunter Lab60.885417.975913.6711
CIE-Lab67.329723.088113.9252

#d4948c color RGB value is (212,148,140).

#d4948c hex color red value is 212, green value is 148 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #d4948c hue: 0.02 , saturation: 0.46 and the lightness value of d4948c is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010100 10001100
Octal 324 224 214
Decimal 212 148 140
Hex D4 94 8C

RGB Percentages of Color #d4948c

%42.40
%29.60
%28.00

CMYK Percentages of Color #d4948c

%0
%30
%34
%17

Triadic Colors of #d4948c

#d4948c #8cd494 #948cd4

Analogous Colors of #d4948c

#d4948c #d4b88c #d48ca8

Monochromatic Colors of #d4948c

#d4948c

Complementary Color

#d4948c #8cccd4

#d4948c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4948c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4948c Color CSS Codes

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

#d4948c Text Font Color

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

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


#d4948c Background Color

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

This div background color is #d4948c


#d4948c Border Color

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

This div border color is #d4948c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4948c


Comments

No comments written yet.

Please login to write comment.