Color Hex Logo

#d24cad Color Hex

#D24CAD
(210,76,173)
0 Favorites   0 Comments

Color spaces of #d24cad

RGB 21076173
HSL0.880.600.56
HSV317°64°82°
CMYK 0.000.640.18   0.18
XYZ36.705621.887741.8253
Yxy21.88770.36550.2180
Hunter Lab46.784358.1734-20.2564
CIE-Lab53.907662.7856-24.8557

#d24cad color RGB value is (210,76,173).

#d24cad hex color red value is 210, green value is 76 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d24cad hue: 0.88 , saturation: 0.60 and the lightness value of d24cad is 0.56.

The process color (four color CMYK) of #d24cad color hex is 0.00, 0.64, 0.18, 0.18. Web safe color of #d24cad is #cc3399. Color #d24cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001100 10101101
Octal 322 114 255
Decimal 210 76 173
Hex D2 4C AD

RGB Percentages of Color #d24cad

%45.75
%16.56
%37.69

CMYK Percentages of Color #d24cad

%0
%64
%18
%18

Triadic Colors of #d24cad

#d24cad #add24c #4cadd2

Analogous Colors of #d24cad

#d24cad #d24c6a #b44cd2

Monochromatic Colors of #d24cad

#d24cad

Complementary Color

#d24cad #4cd271

#d24cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24cad Color CSS Codes

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

#d24cad Text Font Color

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

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


#d24cad Background Color

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

This div background color is #d24cad


#d24cad Border Color

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

This div border color is #d24cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24cad


Comments

No comments written yet.

Please login to write comment.