Color Hex Logo

#d24fdc Color Hex

#D24FDC
(210,79,220)
0 Favorites   0 Comments

Color spaces of #d24fdc

RGB 21079220
HSL0.820.670.59
HSV296°64°86°
CMYK 0.050.640.00   0.14
XYZ42.292624.460970.2025
Yxy24.46090.30880.1786
Hunter Lab49.458066.0879-49.5379
CIE-Lab56.546369.0207-47.7004

#d24fdc color RGB value is (210,79,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001111 11011100
Octal 322 117 334
Decimal 210 79 220
Hex D2 4F DC

RGB Percentages of Color #d24fdc

%41.26
%15.52
%43.22

CMYK Percentages of Color #d24fdc

%5
%64
%0
%14

Triadic Colors of #d24fdc

#d24fdc #dcd24f #4fdcd2

Analogous Colors of #d24fdc

#d24fdc #dc4fa0 #8c4fdc

Monochromatic Colors of #d24fdc

#d24fdc

Complementary Color

#d24fdc #59dc4f

#d24fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24fdc Color CSS Codes

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

#d24fdc Text Font Color

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

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


#d24fdc Background Color

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

This div background color is #d24fdc


#d24fdc Border Color

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

This div border color is #d24fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24fdc


Comments

No comments written yet.

Please login to write comment.