Color Hex Logo

#d24fdd Color Hex

#D24FDD
(210,79,221)
0 Favorites   0 Comments

Color spaces of #d24fdd

RGB 21079221
HSL0.820.680.59
HSV295°64°87°
CMYK 0.050.640.00   0.13
XYZ42.425524.514170.9022
Yxy24.51410.30780.1778
Hunter Lab49.511766.3072-50.2468
CIE-Lab56.598969.1935-48.1819

#d24fdd color RGB value is (210,79,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001111 11011101
Octal 322 117 335
Decimal 210 79 221
Hex D2 4F DD

RGB Percentages of Color #d24fdd

%41.18
%15.49
%43.33

CMYK Percentages of Color #d24fdd

%5
%64
%0
%13

Triadic Colors of #d24fdd

#d24fdd #ddd24f #4fddd2

Analogous Colors of #d24fdd

#d24fdd #dd4fa1 #8b4fdd

Monochromatic Colors of #d24fdd

#d24fdd

Complementary Color

#d24fdd #5add4f

#d24fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24fdd Color CSS Codes

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

#d24fdd Text Font Color

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

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


#d24fdd Background Color

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

This div background color is #d24fdd


#d24fdd Border Color

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

This div border color is #d24fdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,79,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 #d24fdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24fdd


Comments

No comments written yet.

Please login to write comment.