Color Hex Logo

#dc4dde Color Hex

#DC4DDE
(220,77,222)
0 Favorites   0 Comments

Color spaces of #dc4dde

RGB 22077222
HSL0.830.690.59
HSV299°65°87°
CMYK 0.010.650.00   0.13
XYZ45.353925.797371.6962
Yxy25.79730.31750.1806
Hunter Lab50.791070.5074-48.1395
CIE-Lab57.844172.4231-46.6796

#dc4dde color RGB value is (220,77,222).

#dc4dde hex color red value is 220, green value is 77 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dc4dde hue: 0.83 , saturation: 0.69 and the lightness value of dc4dde is 0.59.

The process color (four color CMYK) of #dc4dde color hex is 0.01, 0.65, 0.00, 0.13. Web safe color of #dc4dde is #cc66cc. Color #dc4dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001101 11011110
Octal 334 115 336
Decimal 220 77 222
Hex DC 4D DE

RGB Percentages of Color #dc4dde

%42.39
%14.84
%42.77

CMYK Percentages of Color #dc4dde

%1
%65
%0
%13

Triadic Colors of #dc4dde

#dc4dde #dedc4d #4ddedc

Analogous Colors of #dc4dde

#dc4dde #de4d98 #944dde

Monochromatic Colors of #dc4dde

#dc4dde

Complementary Color

#dc4dde #4fde4d

#dc4dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4dde Color CSS Codes

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

#dc4dde Text Font Color

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

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


#dc4dde Background Color

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

This div background color is #dc4dde


#dc4dde Border Color

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

This div border color is #dc4dde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,77,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4dde


Comments

No comments written yet.

Please login to write comment.