Color Hex Logo

#d24cda Color Hex

#D24CDA
(210,76,218)
0 Favorites   0 Comments

Color spaces of #d24cda

RGB 21076218
HSL0.820.660.58
HSV297°65°85°
CMYK 0.040.650.00   0.15
XYZ41.817723.932568.7451
Yxy23.93250.31090.1779
Hunter Lab48.920966.9709-49.0715
CIE-Lab56.020169.8545-47.4036

#d24cda color RGB value is (210,76,218).

#d24cda hex color red value is 210, green value is 76 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d24cda hue: 0.82 , saturation: 0.66 and the lightness value of d24cda is 0.58.

The process color (four color CMYK) of #d24cda color hex is 0.04, 0.65, 0.00, 0.15. Web safe color of #d24cda is #cc33cc. Color #d24cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001100 11011010
Octal 322 114 332
Decimal 210 76 218
Hex D2 4C DA

RGB Percentages of Color #d24cda

%41.67
%15.08
%43.25

CMYK Percentages of Color #d24cda

%4
%65
%0
%15

Triadic Colors of #d24cda

#d24cda #dad24c #4cdad2

Analogous Colors of #d24cda

#d24cda #da4c9b #8b4cda

Monochromatic Colors of #d24cda

#d24cda

Complementary Color

#d24cda #54da4c

#d24cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24cda Color CSS Codes

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

#d24cda Text Font Color

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

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


#d24cda Background Color

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

This div background color is #d24cda


#d24cda Border Color

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

This div border color is #d24cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24cda


Comments

No comments written yet.

Please login to write comment.