Color Hex Logo

#d24147 Color Hex

#D24147
(210,65,71)
0 Favorites   0 Comments

Color spaces of #d24147

RGB 2106571
HSL0.990.620.54
HSV358°69°82°
CMYK 0.000.690.66   0.18
XYZ29.606017.93727.8630
Yxy17.93720.53430.3237
Hunter Lab42.352350.662218.6390
CIE-Lab49.419856.953429.5067

#d24147 color RGB value is (210,65,71).

#d24147 hex color red value is 210, green value is 65 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #d24147 hue: 0.99 , saturation: 0.62 and the lightness value of d24147 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01000001 01000111
Octal 322 101 107
Decimal 210 65 71
Hex D2 41 47

RGB Percentages of Color #d24147

%60.69
%18.79
%20.52

CMYK Percentages of Color #d24147

%0
%69
%66
%18

Triadic Colors of #d24147

#d24147 #47d241 #4147d2

Analogous Colors of #d24147

#d24147 #d28441 #d24190

Monochromatic Colors of #d24147

#d24147

Complementary Color

#d24147 #41d2cc

#d24147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24147 Color CSS Codes

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

#d24147 Text Font Color

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

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


#d24147 Background Color

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

This div background color is #d24147


#d24147 Border Color

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

This div border color is #d24147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24147


Comments

No comments written yet.

Please login to write comment.