Color Hex Logo

#d24750 Color Hex

#D24750
(210,71,80)
0 Favorites   0 Comments

Color spaces of #d24750

RGB 2107180
HSL0.990.610.55
HSV356°66°82°
CMYK 0.000.660.62   0.18
XYZ30.279518.78739.6198
Yxy18.78730.51600.3201
Hunter Lab43.344348.844117.1823
CIE-Lab50.437455.118225.4703

#d24750 color RGB value is (210,71,80).

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

The process color (four color CMYK) of #d24750 color hex is 0.00, 0.66, 0.62, 0.18. Web safe color of #d24750 is #cc3366. Color #d24750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01000111 01010000
Octal 322 107 120
Decimal 210 71 80
Hex D2 47 50

RGB Percentages of Color #d24750

%58.17
%19.67
%22.16

CMYK Percentages of Color #d24750

%0
%66
%62
%18

Triadic Colors of #d24750

#d24750 #50d247 #4750d2

Analogous Colors of #d24750

#d24750 #d28447 #d24796

Monochromatic Colors of #d24750

#d24750

Complementary Color

#d24750 #47d2c9

#d24750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24750 Color CSS Codes

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

#d24750 Text Font Color

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

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


#d24750 Background Color

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

This div background color is #d24750


#d24750 Border Color

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

This div border color is #d24750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24750


Comments

No comments written yet.

Please login to write comment.