Color Hex Logo

#de47e3 Color Hex

#DE47E3
(222,71,227)
0 Favorites   0 Comments

Color spaces of #de47e3

RGB 22271227
HSL0.830.740.58
HSV298°69°89°
CMYK 0.020.690.00   0.11
XYZ46.242625.582175.1736
Yxy25.58210.31460.1740
Hunter Lab50.578874.6843-52.7157
CIE-Lab57.638275.8461-49.8034

#de47e3 color RGB value is (222,71,227).

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

The process color (four color CMYK) of #de47e3 color hex is 0.02, 0.69, 0.00, 0.11. Web safe color of #de47e3 is #cc33cc. Color #de47e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000111 11100011
Octal 336 107 343
Decimal 222 71 227
Hex DE 47 E3

RGB Percentages of Color #de47e3

%42.69
%13.65
%43.65

CMYK Percentages of Color #de47e3

%2
%69
%0
%11

Triadic Colors of #de47e3

#de47e3 #e3de47 #47e3de

Analogous Colors of #de47e3

#de47e3 #e3479a #9047e3

Monochromatic Colors of #de47e3

#de47e3

Complementary Color

#de47e3 #4ce347

#de47e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de47e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de47e3 Color CSS Codes

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

#de47e3 Text Font Color

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

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


#de47e3 Background Color

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

This div background color is #de47e3


#de47e3 Border Color

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

This div border color is #de47e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de47e3


Comments

No comments written yet.

Please login to write comment.