Color Hex Logo

#d24344 Color Hex

#D24344
(210,67,68)
0 Favorites   0 Comments

Color spaces of #d24344

RGB 2106768
HSL1.000.610.54
HSV360°68°82°
CMYK 0.000.680.68   0.18
XYZ29.628918.13337.4073
Yxy18.13330.53710.3287
Hunter Lab42.583249.677619.4948
CIE-Lab49.657456.016931.5573

#d24344 color RGB value is (210,67,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01000011 01000100
Octal 322 103 104
Decimal 210 67 68
Hex D2 43 44

RGB Percentages of Color #d24344

%60.87
%19.42
%19.71

CMYK Percentages of Color #d24344

%0
%68
%68
%18

Triadic Colors of #d24344

#d24344 #44d243 #4344d2

Analogous Colors of #d24344

#d24344 #d28a43 #d2438c

Monochromatic Colors of #d24344

#d24344

Complementary Color

#d24344 #43d2d1

#d24344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24344 Color CSS Codes

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

#d24344 Text Font Color

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

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


#d24344 Background Color

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

This div background color is #d24344


#d24344 Border Color

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

This div border color is #d24344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24344


Comments

No comments written yet.

Please login to write comment.