Color Hex Logo

#dc40e5 Color Hex

#DC40E5
(220,64,229)
0 Favorites   0 Comments

Color spaces of #dc40e5

RGB 22064229
HSL0.820.760.57
HSV297°72°90°
CMYK 0.040.720.00   0.10
XYZ45.491524.539676.4677
Yxy24.53960.31050.1675
Hunter Lab49.537577.2305-56.8458
CIE-Lab56.624178.0768-52.5606

#dc40e5 color RGB value is (220,64,229).

#dc40e5 hex color red value is 220, green value is 64 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #dc40e5 hue: 0.82 , saturation: 0.76 and the lightness value of dc40e5 is 0.57.

The process color (four color CMYK) of #dc40e5 color hex is 0.04, 0.72, 0.00, 0.10. Web safe color of #dc40e5 is #cc33cc. Color #dc40e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000000 11100101
Octal 334 100 345
Decimal 220 64 229
Hex DC 40 E5

RGB Percentages of Color #dc40e5

%42.88
%12.48
%44.64

CMYK Percentages of Color #dc40e5

%4
%72
%0
%10

Triadic Colors of #dc40e5

#dc40e5 #e5dc40 #40e5dc

Analogous Colors of #dc40e5

#dc40e5 #e5409c #8a40e5

Monochromatic Colors of #dc40e5

#dc40e5

Complementary Color

#dc40e5 #49e540

#dc40e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc40e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc40e5 Color CSS Codes

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

#dc40e5 Text Font Color

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

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


#dc40e5 Background Color

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

This div background color is #dc40e5


#dc40e5 Border Color

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

This div border color is #dc40e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc40e5


Comments

No comments written yet.

Please login to write comment.