Color Hex Logo

#d4485c Color Hex

#D4485C
(212,72,92)
0 Favorites   0 Comments

Color spaces of #d4485c

RGB 2127292
HSL0.980.620.56
HSV351°66°83°
CMYK 0.000.660.57   0.17
XYZ31.400519.404512.2157
Yxy19.40450.49830.3079
Hunter Lab44.050550.151514.3936
CIE-Lab51.157156.179219.3277

#d4485c color RGB value is (212,72,92).

#d4485c hex color red value is 212, green value is 72 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #d4485c hue: 0.98 , saturation: 0.62 and the lightness value of d4485c is 0.56.

The process color (four color CMYK) of #d4485c color hex is 0.00, 0.66, 0.57, 0.17. Web safe color of #d4485c is #cc3366. Color #d4485c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001000 01011100
Octal 324 110 134
Decimal 212 72 92
Hex D4 48 5C

RGB Percentages of Color #d4485c

%56.38
%19.15
%24.47

CMYK Percentages of Color #d4485c

%0
%66
%57
%17

Triadic Colors of #d4485c

#d4485c #5cd448 #485cd4

Analogous Colors of #d4485c

#d4485c #d47a48 #d448a2

Monochromatic Colors of #d4485c

#d4485c

Complementary Color

#d4485c #48d4c0

#d4485c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4485c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4485c Color CSS Codes

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

#d4485c Text Font Color

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

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


#d4485c Background Color

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

This div background color is #d4485c


#d4485c Border Color

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

This div border color is #d4485c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4485c


Comments

No comments written yet.

Please login to write comment.