Color Hex Logo

#dc3ee5 Color Hex

#DC3EE5
(220,62,229)
0 Favorites   0 Comments

Color spaces of #dc3ee5

RGB 22062229
HSL0.820.760.57
HSV297°73°90°
CMYK 0.040.730.00   0.10
XYZ45.380724.318076.4308
Yxy24.31800.31060.1664
Hunter Lab49.313377.9669-57.3744
CIE-Lab56.404878.7041-52.9100

#dc3ee5 color RGB value is (220,62,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00111110 11100101
Octal 334 76 345
Decimal 220 62 229
Hex DC 3E E5

RGB Percentages of Color #dc3ee5

%43.05
%12.13
%44.81

CMYK Percentages of Color #dc3ee5

%4
%73
%0
%10

Triadic Colors of #dc3ee5

#dc3ee5 #e5dc3e #3ee5dc

Analogous Colors of #dc3ee5

#dc3ee5 #e53e9b #893ee5

Monochromatic Colors of #dc3ee5

#dc3ee5

Complementary Color

#dc3ee5 #47e53e

#dc3ee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc3ee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc3ee5 Color CSS Codes

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

#dc3ee5 Text Font Color

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

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


#dc3ee5 Background Color

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

This div background color is #dc3ee5


#dc3ee5 Border Color

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

This div border color is #dc3ee5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,62,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 #dc3ee5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc3ee5


Comments

No comments written yet.

Please login to write comment.