Color Hex Logo

#dc4fdd Color Hex

#DC4FDD
(220,79,221)
0 Favorites   0 Comments

Color spaces of #dc4fdd

RGB 22079221
HSL0.830.680.59
HSV300°64°87°
CMYK 0.000.640.00   0.13
XYZ45.362326.028171.0397
Yxy26.02810.31850.1827
Hunter Lab51.017769.4318-46.8460
CIE-Lab58.063771.5008-45.7683

#dc4fdd color RGB value is (220,79,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001111 11011101
Octal 334 117 335
Decimal 220 79 221
Hex DC 4F DD

RGB Percentages of Color #dc4fdd

%42.31
%15.19
%42.50

CMYK Percentages of Color #dc4fdd

%0
%64
%0
%13

Triadic Colors of #dc4fdd

#dc4fdd #dddc4f #4fdddc

Analogous Colors of #dc4fdd

#dc4fdd #dd4f97 #954fdd

Monochromatic Colors of #dc4fdd

#dc4fdd

Complementary Color

#dc4fdd #50dd4f

#dc4fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4fdd Color CSS Codes

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

#dc4fdd Text Font Color

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

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


#dc4fdd Background Color

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

This div background color is #dc4fdd


#dc4fdd Border Color

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

This div border color is #dc4fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4fdd


Comments

No comments written yet.

Please login to write comment.