Color Hex Logo

#d24460 Color Hex

#D24460
(210,68,96)
0 Favorites   0 Comments

Color spaces of #d24460

RGB 2106896
HSL0.970.610.55
HSV348°68°82°
CMYK 0.000.680.54   0.18
XYZ30.756818.680413.0509
Yxy18.68040.49220.2989
Hunter Lab43.220851.387712.3515
CIE-Lab50.311257.447315.7190

#d24460 color RGB value is (210,68,96).

#d24460 hex color red value is 210, green value is 68 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #d24460 hue: 0.97 , saturation: 0.61 and the lightness value of d24460 is 0.55.

The process color (four color CMYK) of #d24460 color hex is 0.00, 0.68, 0.54, 0.18. Web safe color of #d24460 is #cc3366. Color #d24460 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01000100 01100000
Octal 322 104 140
Decimal 210 68 96
Hex D2 44 60

RGB Percentages of Color #d24460

%56.15
%18.18
%25.67

CMYK Percentages of Color #d24460

%0
%68
%54
%18

Triadic Colors of #d24460

#d24460 #60d244 #4460d2

Analogous Colors of #d24460

#d24460 #d26f44 #d244a7

Monochromatic Colors of #d24460

#d24460

Complementary Color

#d24460 #44d2b6

#d24460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24460 Color CSS Codes

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

#d24460 Text Font Color

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

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


#d24460 Background Color

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

This div background color is #d24460


#d24460 Border Color

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

This div border color is #d24460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24460


Comments

No comments written yet.

Please login to write comment.