Color Hex Logo

#dc1dda Color Hex

#DC1DDA
(220,29,218)
0 Favorites   0 Comments

Color spaces of #dc1dda

RGB 22029218
HSL0.840.770.49
HSV301°87°86°
CMYK 0.000.870.01   0.14
XYZ42.609521.156368.1675
Yxy21.15630.32300.1604
Hunter Lab45.996084.8649-55.6725
CIE-Lab53.120184.7398-51.9217

#dc1dda color RGB value is (220,29,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011101 11011010
Octal 334 35 332
Decimal 220 29 218
Hex DC 1D DA

RGB Percentages of Color #dc1dda

%47.11
%6.21
%46.68

CMYK Percentages of Color #dc1dda

%0
%87
%1
%14

Triadic Colors of #dc1dda

#dc1dda #dadc1d #1ddadc

Analogous Colors of #dc1dda

#dc1dda #dc1d7b #7f1ddc

Monochromatic Colors of #dc1dda

#dc1dda

Complementary Color

#dc1dda #1ddc1f

#dc1dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc1dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc1dda Color CSS Codes

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

#dc1dda Text Font Color

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

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


#dc1dda Background Color

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

This div background color is #dc1dda


#dc1dda Border Color

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

This div border color is #dc1dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc1dda


Comments

No comments written yet.

Please login to write comment.