Color Hex Logo

#d24855 Color Hex

#D24855
(210,72,85)
0 Favorites   0 Comments

Color spaces of #d24855

RGB 2107285
HSL0.980.610.55
HSV354°66°82°
CMYK 0.000.660.60   0.18
XYZ30.535418.992210.6508
Yxy18.99220.50740.3156
Hunter Lab43.580048.805216.0158
CIE-Lab50.678155.040222.8104

#d24855 color RGB value is (210,72,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001000 01010101
Octal 322 110 125
Decimal 210 72 85
Hex D2 48 55

RGB Percentages of Color #d24855

%57.22
%19.62
%23.16

CMYK Percentages of Color #d24855

%0
%66
%60
%18

Triadic Colors of #d24855

#d24855 #55d248 #4855d2

Analogous Colors of #d24855

#d24855 #d28048 #d2489a

Monochromatic Colors of #d24855

#d24855

Complementary Color

#d24855 #48d2c5

#d24855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24855 Color CSS Codes

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

#d24855 Text Font Color

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

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


#d24855 Background Color

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

This div background color is #d24855


#d24855 Border Color

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

This div border color is #d24855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24855


Comments

No comments written yet.

Please login to write comment.