Color Hex Logo

#d24fae Color Hex

#D24FAE
(210,79,174)
0 Favorites   0 Comments

Color spaces of #d24fae

RGB 21079174
HSL0.880.590.57
HSV316°62°82°
CMYK 0.000.620.17   0.18
XYZ37.014322.349642.4074
Yxy22.34960.36370.2196
Hunter Lab47.275457.0249-20.0921
CIE-Lab54.396061.6986-24.6851

#d24fae color RGB value is (210,79,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001111 10101110
Octal 322 117 256
Decimal 210 79 174
Hex D2 4F AE

RGB Percentages of Color #d24fae

%45.36
%17.06
%37.58

CMYK Percentages of Color #d24fae

%0
%62
%17
%18

Triadic Colors of #d24fae

#d24fae #aed24f #4faed2

Analogous Colors of #d24fae

#d24fae #d24f6d #b54fd2

Monochromatic Colors of #d24fae

#d24fae

Complementary Color

#d24fae #4fd273

#d24fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24fae Color CSS Codes

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

#d24fae Text Font Color

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

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


#d24fae Background Color

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

This div background color is #d24fae


#d24fae Border Color

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

This div border color is #d24fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24fae


Comments

No comments written yet.

Please login to write comment.