Color Hex Logo

#dc4cfd Color Hex

#DC4CFD
(220,76,253)
0 Favorites   0 Comments

Color spaces of #dc4cfd

RGB 22076253
HSL0.800.980.65
HSV289°70°99°
CMYK 0.130.700.00   0.01
XYZ49.829327.476495.6057
Yxy27.47640.28820.1589
Hunter Lab52.417977.9535-71.4472
CIE-Lab59.412778.1126-61.4939

#dc4cfd color RGB value is (220,76,253).

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

The process color (four color CMYK) of #dc4cfd color hex is 0.13, 0.70, 0.00, 0.01. Web safe color of #dc4cfd is #cc33ff. Color #dc4cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001100 11111101
Octal 334 114 375
Decimal 220 76 253
Hex DC 4C FD

RGB Percentages of Color #dc4cfd

%40.07
%13.84
%46.08

CMYK Percentages of Color #dc4cfd

%13
%70
%0
%1

Triadic Colors of #dc4cfd

#dc4cfd #fddc4c #4cfddc

Analogous Colors of #dc4cfd

#dc4cfd #fd4cc6 #844cfd

Monochromatic Colors of #dc4cfd

#dc4cfd

Complementary Color

#dc4cfd #6dfd4c

#dc4cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4cfd Color CSS Codes

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

#dc4cfd Text Font Color

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

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


#dc4cfd Background Color

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

This div background color is #dc4cfd


#dc4cfd Border Color

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

This div border color is #dc4cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4cfd


Comments

No comments written yet.

Please login to write comment.