Color Hex Logo

#d24173 Color Hex

#D24173
(210,65,115)
0 Favorites   0 Comments

Color spaces of #d24173

RGB 21065115
HSL0.940.620.54
HSV339°69°82°
CMYK 0.000.690.45   0.18
XYZ31.563218.720018.1694
Yxy18.72000.46110.2735
Hunter Lab43.266654.50005.3884
CIE-Lab50.358060.21974.3012

#d24173 color RGB value is (210,65,115).

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

The process color (four color CMYK) of #d24173 color hex is 0.00, 0.69, 0.45, 0.18. Web safe color of #d24173 is #cc3366. Color #d24173 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01000001 01110011
Octal 322 101 163
Decimal 210 65 115
Hex D2 41 73

RGB Percentages of Color #d24173

%53.85
%16.67
%29.49

CMYK Percentages of Color #d24173

%0
%69
%45
%18

Triadic Colors of #d24173

#d24173 #73d241 #4173d2

Analogous Colors of #d24173

#d24173 #d25841 #d241bc

Monochromatic Colors of #d24173

#d24173

Complementary Color

#d24173 #41d2a0

#d24173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24173 Color CSS Codes

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

#d24173 Text Font Color

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

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


#d24173 Background Color

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

This div background color is #d24173


#d24173 Border Color

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

This div border color is #d24173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24173


Comments

No comments written yet.

Please login to write comment.