Color Hex Logo

#d24acd Color Hex

#D24ACD
(210,74,205)
0 Favorites   0 Comments

Color spaces of #d24acd

RGB 21074205
HSL0.840.600.56
HSV302°65°82°
CMYK 0.000.650.02   0.18
XYZ40.046623.007060.0877
Yxy23.00700.32520.1868
Hunter Lab47.965665.0902-40.6981
CIE-Lab55.079568.4625-41.4974

#d24acd color RGB value is (210,74,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001010 11001101
Octal 322 112 315
Decimal 210 74 205
Hex D2 4A CD

RGB Percentages of Color #d24acd

%42.94
%15.13
%41.92

CMYK Percentages of Color #d24acd

%0
%65
%2
%18

Triadic Colors of #d24acd

#d24acd #cdd24a #4acdd2

Analogous Colors of #d24acd

#d24acd #d24a89 #934ad2

Monochromatic Colors of #d24acd

#d24acd

Complementary Color

#d24acd #4ad24f

#d24acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24acd Color CSS Codes

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

#d24acd Text Font Color

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

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


#d24acd Background Color

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

This div background color is #d24acd


#d24acd Border Color

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

This div border color is #d24acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24acd


Comments

No comments written yet.

Please login to write comment.