Color Hex Logo

#de49db Color Hex

#DE49DB
(222,73,219)
0 Favorites   0 Comments

Color spaces of #de49db

RGB 22273219
HSL0.840.690.58
HSV301°67°87°
CMYK 0.000.670.01   0.13
XYZ45.292925.409269.5351
Yxy25.40920.32300.1812
Hunter Lab50.407572.1752-46.5028
CIE-Lab57.472073.8520-45.5552

#de49db color RGB value is (222,73,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01001001 11011011
Octal 336 111 333
Decimal 222 73 219
Hex DE 49 DB

RGB Percentages of Color #de49db

%43.19
%14.20
%42.61

CMYK Percentages of Color #de49db

%0
%67
%1
%13

Triadic Colors of #de49db

#de49db #dbde49 #49dbde

Analogous Colors of #de49db

#de49db #de4991 #9749de

Monochromatic Colors of #de49db

#de49db

Complementary Color

#de49db #49de4c

#de49db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de49db Color Preview on White Background

Lorem ipsum dolor sit amet.

#de49db Color CSS Codes

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

#de49db Text Font Color

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

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


#de49db Background Color

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

This div background color is #de49db


#de49db Border Color

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

This div border color is #de49db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de49db


Comments

No comments written yet.

Please login to write comment.