Color Hex Logo

#de47df Color Hex

#DE47DF
(222,71,223)
0 Favorites   0 Comments

Color spaces of #de47df

RGB 22271223
HSL0.830.700.58
HSV300°68°87°
CMYK 0.000.680.00   0.13
XYZ45.696725.363872.2993
Yxy25.36380.31880.1769
Hunter Lab50.362573.8287-49.8617
CIE-Lab57.428275.1979-47.8833

#de47df color RGB value is (222,71,223).

#de47df hex color red value is 222, green value is 71 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #de47df hue: 0.83 , saturation: 0.70 and the lightness value of de47df is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000111 11011111
Octal 336 107 337
Decimal 222 71 223
Hex DE 47 DF

RGB Percentages of Color #de47df

%43.02
%13.76
%43.22

CMYK Percentages of Color #de47df

%0
%68
%0
%13

Triadic Colors of #de47df

#de47df #dfde47 #47dfde

Analogous Colors of #de47df

#de47df #df4794 #9247df

Monochromatic Colors of #de47df

#de47df

Complementary Color

#de47df #48df47

#de47df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de47df Color Preview on White Background

Lorem ipsum dolor sit amet.

#de47df Color CSS Codes

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

#de47df Text Font Color

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

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


#de47df Background Color

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

This div background color is #de47df


#de47df Border Color

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

This div border color is #de47df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de47df


Comments

No comments written yet.

Please login to write comment.