Color Hex Logo

#dc3eda Color Hex

#DC3EDA
(220,62,218)
0 Favorites   0 Comments

Color spaces of #dc3eda

RGB 22062218
HSL0.840.690.55
HSV301°72°86°
CMYK 0.000.720.01   0.14
XYZ43.892723.722868.5952
Yxy23.72280.32220.1742
Hunter Lab48.706175.6242-49.4069
CIE-Lab55.809276.9526-47.6425

#dc3eda color RGB value is (220,62,218).

#dc3eda hex color red value is 220, green value is 62 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dc3eda hue: 0.84 , saturation: 0.69 and the lightness value of dc3eda is 0.55.

The process color (four color CMYK) of #dc3eda color hex is 0.00, 0.72, 0.01, 0.14. Web safe color of #dc3eda is #cc33cc. Color #dc3eda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00111110 11011010
Octal 334 76 332
Decimal 220 62 218
Hex DC 3E DA

RGB Percentages of Color #dc3eda

%44.00
%12.40
%43.60

CMYK Percentages of Color #dc3eda

%0
%72
%1
%14

Triadic Colors of #dc3eda

#dc3eda #dadc3e #3edadc

Analogous Colors of #dc3eda

#dc3eda #dc3e8b #8f3edc

Monochromatic Colors of #dc3eda

#dc3eda

Complementary Color

#dc3eda #3edc40

#dc3eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc3eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc3eda Color CSS Codes

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

#dc3eda Text Font Color

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

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


#dc3eda Background Color

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

This div background color is #dc3eda


#dc3eda Border Color

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

This div border color is #dc3eda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,62,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 #dc3eda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc3eda


Comments

No comments written yet.

Please login to write comment.