Color Hex Logo

#dc4dff Color Hex

#DC4DFF
(220,77,255)
0 Favorites   0 Comments

Color spaces of #dc4dff

RGB 22077255
HSL0.801.000.65
HSV288°70°100°
CMYK 0.140.700.00   0.00
XYZ50.219127.743497.3159
Yxy27.74340.28650.1583
Hunter Lab52.672078.0114-72.6728
CIE-Lab59.656278.1117-62.2093

#dc4dff color RGB value is (220,77,255).

#dc4dff hex color red value is 220, green value is 77 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dc4dff hue: 0.80 , saturation: 1.00 and the lightness value of dc4dff is 0.65.

The process color (four color CMYK) of #dc4dff color hex is 0.14, 0.70, 0.00, 0.00. Web safe color of #dc4dff is #cc66ff. Color #dc4dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001101 11111111
Octal 334 115 377
Decimal 220 77 255
Hex DC 4D FF

RGB Percentages of Color #dc4dff

%39.86
%13.95
%46.20

CMYK Percentages of Color #dc4dff

%14
%70
%0
%0

Triadic Colors of #dc4dff

#dc4dff #ffdc4d #4dffdc

Analogous Colors of #dc4dff

#dc4dff #ff4dc9 #834dff

Monochromatic Colors of #dc4dff

#dc4dff

Complementary Color

#dc4dff #70ff4d

#dc4dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4dff Color CSS Codes

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

#dc4dff Text Font Color

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

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


#dc4dff Background Color

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

This div background color is #dc4dff


#dc4dff Border Color

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

This div border color is #dc4dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4dff


Comments

No comments written yet.

Please login to write comment.