Color Hex Logo

#d24dcd Color Hex

#D24DCD
(210,77,205)
0 Favorites   0 Comments

Color spaces of #d24dcd

RGB 21077205
HSL0.840.600.56
HSV302°63°82°
CMYK 0.000.630.02   0.18
XYZ40.251723.417260.1561
Yxy23.41720.32510.1891
Hunter Lab48.391363.7907-39.8305
CIE-Lab55.499567.2912-40.8356

#d24dcd color RGB value is (210,77,205).

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

The process color (four color CMYK) of #d24dcd color hex is 0.00, 0.63, 0.02, 0.18. Web safe color of #d24dcd is #cc66cc. Color #d24dcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001101 11001101
Octal 322 115 315
Decimal 210 77 205
Hex D2 4D CD

RGB Percentages of Color #d24dcd

%42.68
%15.65
%41.67

CMYK Percentages of Color #d24dcd

%0
%63
%2
%18

Triadic Colors of #d24dcd

#d24dcd #cdd24d #4dcdd2

Analogous Colors of #d24dcd

#d24dcd #d24d8b #954dd2

Monochromatic Colors of #d24dcd

#d24dcd

Complementary Color

#d24dcd #4dd252

#d24dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24dcd Color CSS Codes

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

#d24dcd Text Font Color

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

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


#d24dcd Background Color

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

This div background color is #d24dcd


#d24dcd Border Color

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

This div border color is #d24dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24dcd


Comments

No comments written yet.

Please login to write comment.