Color Hex Logo

#dc4dee Color Hex

#DC4DEE
(220,77,238)
0 Favorites   0 Comments

Color spaces of #dc4dee

RGB 22077238
HSL0.810.830.62
HSV293°68°93°
CMYK 0.080.680.00   0.07
XYZ47.601726.696483.5330
Yxy26.69640.30160.1691
Hunter Lab51.668674.0302-59.6867
CIE-Lab58.692375.1185-54.3094

#dc4dee color RGB value is (220,77,238).

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

The process color (four color CMYK) of #dc4dee color hex is 0.08, 0.68, 0.00, 0.07. Web safe color of #dc4dee is #cc66ff. Color #dc4dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001101 11101110
Octal 334 115 356
Decimal 220 77 238
Hex DC 4D EE

RGB Percentages of Color #dc4dee

%41.12
%14.39
%44.49

CMYK Percentages of Color #dc4dee

%8
%68
%0
%7

Triadic Colors of #dc4dee

#dc4dee #eedc4d #4deedc

Analogous Colors of #dc4dee

#dc4dee #ee4db0 #8c4dee

Monochromatic Colors of #dc4dee

#dc4dee

Complementary Color

#dc4dee #5fee4d

#dc4dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4dee Color CSS Codes

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

#dc4dee Text Font Color

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

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


#dc4dee Background Color

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

This div background color is #dc4dee


#dc4dee Border Color

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

This div border color is #dc4dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4dee


Comments

No comments written yet.

Please login to write comment.