Color Hex Logo

#d24ddd Color Hex

#D24DDD
(210,77,221)
0 Favorites   0 Comments

Color spaces of #d24ddd

RGB 21077221
HSL0.820.680.58
HSV295°65°87°
CMYK 0.050.650.00   0.13
XYZ42.283424.229970.8549
Yxy24.22990.30780.1764
Hunter Lab49.223967.1900-50.8878
CIE-Lab56.317269.9804-48.6289

#d24ddd color RGB value is (210,77,221).

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

The process color (four color CMYK) of #d24ddd color hex is 0.05, 0.65, 0.00, 0.13. Web safe color of #d24ddd is #cc66cc. Color #d24ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001101 11011101
Octal 322 115 335
Decimal 210 77 221
Hex D2 4D DD

RGB Percentages of Color #d24ddd

%41.34
%15.16
%43.50

CMYK Percentages of Color #d24ddd

%5
%65
%0
%13

Triadic Colors of #d24ddd

#d24ddd #ddd24d #4dddd2

Analogous Colors of #d24ddd

#d24ddd #dd4da0 #8a4ddd

Monochromatic Colors of #d24ddd

#d24ddd

Complementary Color

#d24ddd #58dd4d

#d24ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24ddd Color CSS Codes

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

#d24ddd Text Font Color

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

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


#d24ddd Background Color

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

This div background color is #d24ddd


#d24ddd Border Color

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

This div border color is #d24ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24ddd


Comments

No comments written yet.

Please login to write comment.