Color Hex Logo

#de47cd Color Hex

#DE47CD
(222,71,205)
0 Favorites   0 Comments

Color spaces of #de47cd

RGB 22271205
HSL0.850.700.57
HSV307°68°87°
CMYK 0.000.680.08   0.13
XYZ43.396924.443860.1885
Yxy24.44380.33900.1909
Hunter Lab49.440770.1585-37.5705
CIE-Lab56.529472.3874-39.0893

#de47cd color RGB value is (222,71,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000111 11001101
Octal 336 107 315
Decimal 222 71 205
Hex DE 47 CD

RGB Percentages of Color #de47cd

%44.58
%14.26
%41.16

CMYK Percentages of Color #de47cd

%0
%68
%8
%13

Triadic Colors of #de47cd

#de47cd #cdde47 #47cdde

Analogous Colors of #de47cd

#de47cd #de4782 #a447de

Monochromatic Colors of #de47cd

#de47cd

Complementary Color

#de47cd #47de58

#de47cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de47cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de47cd Color CSS Codes

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

#de47cd Text Font Color

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

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


#de47cd Background Color

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

This div background color is #de47cd


#de47cd Border Color

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

This div border color is #de47cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de47cd


Comments

No comments written yet.

Please login to write comment.