Color Hex Logo

#d24ac2 Color Hex

#D24AC2
(210,74,194)
0 Favorites   0 Comments

Color spaces of #d24ac2

RGB 21074194
HSL0.850.600.56
HSV307°65°82°
CMYK 0.000.650.08   0.18
XYZ38.764722.494253.3376
Yxy22.49420.33830.1963
Hunter Lab47.428162.8956-33.4779
CIE-Lab54.547566.7129-36.0263

#d24ac2 color RGB value is (210,74,194).

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

The process color (four color CMYK) of #d24ac2 color hex is 0.00, 0.65, 0.08, 0.18. Web safe color of #d24ac2 is #cc33cc. Color #d24ac2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001010 11000010
Octal 322 112 302
Decimal 210 74 194
Hex D2 4A C2

RGB Percentages of Color #d24ac2

%43.93
%15.48
%40.59

CMYK Percentages of Color #d24ac2

%0
%65
%8
%18

Triadic Colors of #d24ac2

#d24ac2 #c2d24a #4ac2d2

Analogous Colors of #d24ac2

#d24ac2 #d24a7e #9e4ad2

Monochromatic Colors of #d24ac2

#d24ac2

Complementary Color

#d24ac2 #4ad25a

#d24ac2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24ac2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24ac2 Color CSS Codes

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

#d24ac2 Text Font Color

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

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


#d24ac2 Background Color

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

This div background color is #d24ac2


#d24ac2 Border Color

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

This div border color is #d24ac2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24ac2


Comments

No comments written yet.

Please login to write comment.