Color Hex Logo

#de49dc Color Hex

#DE49DC
(222,73,220)
0 Favorites   0 Comments

Color spaces of #de49dc

RGB 22273220
HSL0.840.690.58
HSV301°67°87°
CMYK 0.000.670.01   0.13
XYZ45.425025.462070.2306
Yxy25.46200.32190.1804
Hunter Lab50.459972.3845-47.1985
CIE-Lab57.522874.0121-46.0398

#de49dc color RGB value is (222,73,220).

#de49dc hex color red value is 222, green value is 73 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #de49dc hue: 0.84 , saturation: 0.69 and the lightness value of de49dc is 0.58.

The process color (four color CMYK) of #de49dc color hex is 0.00, 0.67, 0.01, 0.13. Web safe color of #de49dc is #cc33cc. Color #de49dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01001001 11011100
Octal 336 111 334
Decimal 222 73 220
Hex DE 49 DC

RGB Percentages of Color #de49dc

%43.11
%14.17
%42.72

CMYK Percentages of Color #de49dc

%0
%67
%1
%13

Triadic Colors of #de49dc

#de49dc #dcde49 #49dcde

Analogous Colors of #de49dc

#de49dc #de4992 #9649de

Monochromatic Colors of #de49dc

#de49dc

Complementary Color

#de49dc #49de4b

#de49dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de49dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de49dc Color CSS Codes

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

#de49dc Text Font Color

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

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


#de49dc Background Color

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

This div background color is #de49dc


#de49dc Border Color

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

This div border color is #de49dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de49dc


Comments

No comments written yet.

Please login to write comment.