Color Hex Logo

#d24de2 Color Hex

#D24DE2
(210,77,226)
0 Favorites   0 Comments

Color spaces of #d24de2

RGB 21077226
HSL0.820.720.59
HSV294°66°89°
CMYK 0.070.660.00   0.11
XYZ42.959724.500474.4163
Yxy24.50040.30280.1727
Hunter Lab49.497968.3006-54.4895
CIE-Lab56.585470.8490-51.0231

#d24de2 color RGB value is (210,77,226).

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

The process color (four color CMYK) of #d24de2 color hex is 0.07, 0.66, 0.00, 0.11. Web safe color of #d24de2 is #cc66cc. Color #d24de2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001101 11100010
Octal 322 115 342
Decimal 210 77 226
Hex D2 4D E2

RGB Percentages of Color #d24de2

%40.94
%15.01
%44.05

CMYK Percentages of Color #d24de2

%7
%66
%0
%11

Triadic Colors of #d24de2

#d24de2 #e2d24d #4de2d2

Analogous Colors of #d24de2

#d24de2 #e24da8 #884de2

Monochromatic Colors of #d24de2

#d24de2

Complementary Color

#d24de2 #5de24d

#d24de2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24de2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24de2 Color CSS Codes

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

#d24de2 Text Font Color

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

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


#d24de2 Background Color

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

This div background color is #d24de2


#d24de2 Border Color

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

This div border color is #d24de2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24de2


Comments

No comments written yet.

Please login to write comment.