Color Hex Logo

#d24fad Color Hex

#D24FAD
(210,79,173)
0 Favorites   0 Comments

Color spaces of #d24fad

RGB 21079173
HSL0.880.590.57
HSV317°62°82°
CMYK 0.000.620.18   0.18
XYZ36.917122.310741.8958
Yxy22.31070.36510.2206
Hunter Lab47.234256.8514-19.5251
CIE-Lab54.355161.5549-24.1658

#d24fad color RGB value is (210,79,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001111 10101101
Octal 322 117 255
Decimal 210 79 173
Hex D2 4F AD

RGB Percentages of Color #d24fad

%45.45
%17.10
%37.45

CMYK Percentages of Color #d24fad

%0
%62
%18
%18

Triadic Colors of #d24fad

#d24fad #add24f #4fadd2

Analogous Colors of #d24fad

#d24fad #d24f6c #b64fd2

Monochromatic Colors of #d24fad

#d24fad

Complementary Color

#d24fad #4fd274

#d24fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24fad Color CSS Codes

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

#d24fad Text Font Color

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

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


#d24fad Background Color

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

This div background color is #d24fad


#d24fad Border Color

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

This div border color is #d24fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24fad


Comments

No comments written yet.

Please login to write comment.