Color Hex Logo

#d24ace Color Hex

#D24ACE
(210,74,206)
0 Favorites   0 Comments

Color spaces of #d24ace

RGB 21074206
HSL0.840.600.56
HSV302°65°82°
CMYK 0.000.650.02   0.18
XYZ40.167723.055460.7256
Yxy23.05540.32410.1860
Hunter Lab48.016065.2957-41.3725
CIE-Lab55.129468.6252-41.9900

#d24ace color RGB value is (210,74,206).

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

The process color (four color CMYK) of #d24ace color hex is 0.00, 0.65, 0.02, 0.18. Web safe color of #d24ace is #cc33cc. Color #d24ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001010 11001110
Octal 322 112 316
Decimal 210 74 206
Hex D2 4A CE

RGB Percentages of Color #d24ace

%42.86
%15.10
%42.04

CMYK Percentages of Color #d24ace

%0
%65
%2
%18

Triadic Colors of #d24ace

#d24ace #ced24a #4aced2

Analogous Colors of #d24ace

#d24ace #d24a8a #924ad2

Monochromatic Colors of #d24ace

#d24ace

Complementary Color

#d24ace #4ad24e

#d24ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24ace Color CSS Codes

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

#d24ace Text Font Color

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

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


#d24ace Background Color

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

This div background color is #d24ace


#d24ace Border Color

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

This div border color is #d24ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24ace


Comments

No comments written yet.

Please login to write comment.