Color Hex Logo

#dc4dcc Color Hex

#DC4DCC
(220,77,204)
0 Favorites   0 Comments

Color spaces of #dc4dcc

RGB 22077204
HSL0.850.670.58
HSV307°65°86°
CMYK 0.000.650.07   0.14
XYZ43.068224.883059.6597
Yxy24.88300.33750.1950
Hunter Lab49.882966.8195-35.9926
CIE-Lab56.961269.5516-37.8627

#dc4dcc color RGB value is (220,77,204).

#dc4dcc hex color red value is 220, green value is 77 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dc4dcc hue: 0.85 , saturation: 0.67 and the lightness value of dc4dcc is 0.58.

The process color (four color CMYK) of #dc4dcc color hex is 0.00, 0.65, 0.07, 0.14. Web safe color of #dc4dcc is #cc66cc. Color #dc4dcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001101 11001100
Octal 334 115 314
Decimal 220 77 204
Hex DC 4D CC

RGB Percentages of Color #dc4dcc

%43.91
%15.37
%40.72

CMYK Percentages of Color #dc4dcc

%0
%65
%7
%14

Triadic Colors of #dc4dcc

#dc4dcc #ccdc4d #4dccdc

Analogous Colors of #dc4dcc

#dc4dcc #dc4d85 #a54ddc

Monochromatic Colors of #dc4dcc

#dc4dcc

Complementary Color

#dc4dcc #4ddc5d

#dc4dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4dcc Color CSS Codes

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

#dc4dcc Text Font Color

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

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


#dc4dcc Background Color

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

This div background color is #dc4dcc


#dc4dcc Border Color

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

This div border color is #dc4dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4dcc


Comments

No comments written yet.

Please login to write comment.