Color Hex Logo

#dc49ea Color Hex

#DC49EA
(220,73,234)
0 Favorites   0 Comments

Color spaces of #dc49ea

RGB 22073234
HSL0.820.790.60
HSV295°69°92°
CMYK 0.060.690.00   0.08
XYZ46.749025.921280.3813
Yxy25.92120.30540.1694
Hunter Lab50.912974.8040-57.9681
CIE-Lab57.962275.8801-53.2359

#dc49ea color RGB value is (220,73,234).

#dc49ea hex color red value is 220, green value is 73 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dc49ea hue: 0.82 , saturation: 0.79 and the lightness value of dc49ea is 0.60.

The process color (four color CMYK) of #dc49ea color hex is 0.06, 0.69, 0.00, 0.08. Web safe color of #dc49ea is #cc33ff. Color #dc49ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001001 11101010
Octal 334 111 352
Decimal 220 73 234
Hex DC 49 EA

RGB Percentages of Color #dc49ea

%41.75
%13.85
%44.40

CMYK Percentages of Color #dc49ea

%6
%69
%0
%8

Triadic Colors of #dc49ea

#dc49ea #eadc49 #49eadc

Analogous Colors of #dc49ea

#dc49ea #ea49a8 #8c49ea

Monochromatic Colors of #dc49ea

#dc49ea

Complementary Color

#dc49ea #57ea49

#dc49ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc49ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc49ea Color CSS Codes

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

#dc49ea Text Font Color

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

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


#dc49ea Background Color

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

This div background color is #dc49ea


#dc49ea Border Color

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

This div border color is #dc49ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc49ea


Comments

No comments written yet.

Please login to write comment.