Color Hex Logo

#de48db Color Hex

#DE48DB
(222,72,219)
0 Favorites   0 Comments

Color spaces of #de48db

RGB 22272219
HSL0.840.690.58
HSV301°68°87°
CMYK 0.000.680.01   0.13
XYZ45.227725.278869.5134
Yxy25.27880.32300.1805
Hunter Lab50.278072.5835-46.7786
CIE-Lab57.346174.2072-45.7544

#de48db color RGB value is (222,72,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01001000 11011011
Octal 336 110 333
Decimal 222 72 219
Hex DE 48 DB

RGB Percentages of Color #de48db

%43.27
%14.04
%42.69

CMYK Percentages of Color #de48db

%0
%68
%1
%13

Triadic Colors of #de48db

#de48db #dbde48 #48dbde

Analogous Colors of #de48db

#de48db #de4890 #9648de

Monochromatic Colors of #de48db

#de48db

Complementary Color

#de48db #48de4b

#de48db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de48db Color Preview on White Background

Lorem ipsum dolor sit amet.

#de48db Color CSS Codes

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

#de48db Text Font Color

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

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


#de48db Background Color

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

This div background color is #de48db


#de48db Border Color

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

This div border color is #de48db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de48db


Comments

No comments written yet.

Please login to write comment.