Color Hex Logo

#d24cde Color Hex

#D24CDE
(210,76,222)
0 Favorites   0 Comments

Color spaces of #d24cde

RGB 21076222
HSL0.820.690.58
HSV295°66°87°
CMYK 0.050.660.00   0.13
XYZ42.347624.144471.5356
Yxy24.14440.30680.1749
Hunter Lab49.137067.8466-51.9210
CIE-Lab56.232170.5406-49.3290

#d24cde color RGB value is (210,76,222).

#d24cde hex color red value is 210, green value is 76 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d24cde hue: 0.82 , saturation: 0.69 and the lightness value of d24cde is 0.58.

The process color (four color CMYK) of #d24cde color hex is 0.05, 0.66, 0.00, 0.13. Web safe color of #d24cde is #cc33cc. Color #d24cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001100 11011110
Octal 322 114 336
Decimal 210 76 222
Hex D2 4C DE

RGB Percentages of Color #d24cde

%41.34
%14.96
%43.70

CMYK Percentages of Color #d24cde

%5
%66
%0
%13

Triadic Colors of #d24cde

#d24cde #ded24c #4cded2

Analogous Colors of #d24cde

#d24cde #de4ca1 #894cde

Monochromatic Colors of #d24cde

#d24cde

Complementary Color

#d24cde #58de4c

#d24cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24cde Color CSS Codes

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

#d24cde Text Font Color

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

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


#d24cde Background Color

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

This div background color is #d24cde


#d24cde Border Color

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

This div border color is #d24cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24cde


Comments

No comments written yet.

Please login to write comment.