Color Hex Logo

#d24550 Color Hex

#D24550
(210,69,80)
0 Favorites   0 Comments

Color spaces of #d24550

RGB 2106980
HSL0.990.610.55
HSV355°67°82°
CMYK 0.000.670.62   0.18
XYZ30.154418.53719.5781
Yxy18.53710.51750.3181
Hunter Lab43.054749.670916.9485
CIE-Lab50.141255.924225.0885

#d24550 color RGB value is (210,69,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01000101 01010000
Octal 322 105 120
Decimal 210 69 80
Hex D2 45 50

RGB Percentages of Color #d24550

%58.50
%19.22
%22.28

CMYK Percentages of Color #d24550

%0
%67
%62
%18

Triadic Colors of #d24550

#d24550 #50d245 #4550d2

Analogous Colors of #d24550

#d24550 #d28145 #d24597

Monochromatic Colors of #d24550

#d24550

Complementary Color

#d24550 #45d2c7

#d24550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24550 Color CSS Codes

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

#d24550 Text Font Color

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

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


#d24550 Background Color

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

This div background color is #d24550


#d24550 Border Color

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

This div border color is #d24550


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,69,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 #d24550">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24550


Comments

No comments written yet.

Please login to write comment.