Color Hex Logo

#de47ee Color Hex

#DE47EE
(222,71,238)
0 Favorites   0 Comments

Color spaces of #de47ee

RGB 22271238
HSL0.820.830.61
HSV294°70°93°
CMYK 0.070.700.00   0.07
XYZ47.810126.209183.4279
Yxy26.20910.30370.1665
Hunter Lab51.194877.1076-60.7836
CIE-Lab58.235077.6680-55.0210

#de47ee color RGB value is (222,71,238).

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

The process color (four color CMYK) of #de47ee color hex is 0.07, 0.70, 0.00, 0.07. Web safe color of #de47ee is #cc33ff. Color #de47ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000111 11101110
Octal 336 107 356
Decimal 222 71 238
Hex DE 47 EE

RGB Percentages of Color #de47ee

%41.81
%13.37
%44.82

CMYK Percentages of Color #de47ee

%7
%70
%0
%7

Triadic Colors of #de47ee

#de47ee #eede47 #47eede

Analogous Colors of #de47ee

#de47ee #ee47ab #8b47ee

Monochromatic Colors of #de47ee

#de47ee

Complementary Color

#de47ee #57ee47

#de47ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de47ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#de47ee Color CSS Codes

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

#de47ee Text Font Color

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

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


#de47ee Background Color

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

This div background color is #de47ee


#de47ee Border Color

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

This div border color is #de47ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de47ee


Comments

No comments written yet.

Please login to write comment.