Color Hex Logo

#dc2aed Color Hex

#DC2AED
(220,42,237)
0 Favorites   0 Comments

Color spaces of #dc2aed

RGB 22042237
HSL0.820.840.55
HSV295°82°93°
CMYK 0.070.820.00   0.07
XYZ45.629222.986082.1526
Yxy22.98600.30260.1525
Hunter Lab47.943785.9813-68.0341
CIE-Lab55.057985.2216-59.5614

#dc2aed color RGB value is (220,42,237).

#dc2aed hex color red value is 220, green value is 42 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dc2aed hue: 0.82 , saturation: 0.84 and the lightness value of dc2aed is 0.55.

The process color (four color CMYK) of #dc2aed color hex is 0.07, 0.82, 0.00, 0.07. Web safe color of #dc2aed is #cc33ff. Color #dc2aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101010 11101101
Octal 334 52 355
Decimal 220 42 237
Hex DC 2A ED

RGB Percentages of Color #dc2aed

%44.09
%8.42
%47.49

CMYK Percentages of Color #dc2aed

%7
%82
%0
%7

Triadic Colors of #dc2aed

#dc2aed #eddc2a #2aeddc

Analogous Colors of #dc2aed

#dc2aed #ed2a9d #7b2aed

Monochromatic Colors of #dc2aed

#dc2aed

Complementary Color

#dc2aed #3bed2a

#dc2aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc2aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc2aed Color CSS Codes

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

#dc2aed Text Font Color

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

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


#dc2aed Background Color

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

This div background color is #dc2aed


#dc2aed Border Color

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

This div border color is #dc2aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc2aed


Comments

No comments written yet.

Please login to write comment.