Color Hex Logo

#d24458 Color Hex

#D24458
(210,68,88)
0 Favorites   0 Comments

Color spaces of #d24458

RGB 2106888
HSL0.980.610.55
HSV352°68°82°
CMYK 0.000.680.58   0.18
XYZ30.406918.540511.2086
Yxy18.54050.50550.3082
Hunter Lab43.058750.699314.7073
CIE-Lab50.145256.856020.3102

#d24458 color RGB value is (210,68,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01000100 01011000
Octal 322 104 130
Decimal 210 68 88
Hex D2 44 58

RGB Percentages of Color #d24458

%57.38
%18.58
%24.04

CMYK Percentages of Color #d24458

%0
%68
%58
%18

Triadic Colors of #d24458

#d24458 #58d244 #4458d2

Analogous Colors of #d24458

#d24458 #d27744 #d2449f

Monochromatic Colors of #d24458

#d24458

Complementary Color

#d24458 #44d2be

#d24458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24458 Color CSS Codes

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

#d24458 Text Font Color

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

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


#d24458 Background Color

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

This div background color is #d24458


#d24458 Border Color

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

This div border color is #d24458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24458


Comments

No comments written yet.

Please login to write comment.