Color Hex Logo

#de47fc Color Hex

#DE47FC
(222,71,252)
0 Favorites   0 Comments

Color spaces of #de47fc

RGB 22271252
HSL0.810.970.63
HSV290°72°99°
CMYK 0.120.720.00   0.01
XYZ49.948127.064394.6868
Yxy27.06430.29090.1576
Hunter Lab52.023480.3386-71.4963
CIE-Lab59.033880.0661-61.5316

#de47fc color RGB value is (222,71,252).

#de47fc hex color red value is 222, green value is 71 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #de47fc hue: 0.81 , saturation: 0.97 and the lightness value of de47fc is 0.63.

The process color (four color CMYK) of #de47fc color hex is 0.12, 0.72, 0.00, 0.01. Web safe color of #de47fc is #cc33ff. Color #de47fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000111 11111100
Octal 336 107 374
Decimal 222 71 252
Hex DE 47 FC

RGB Percentages of Color #de47fc

%40.73
%13.03
%46.24

CMYK Percentages of Color #de47fc

%12
%72
%0
%1

Triadic Colors of #de47fc

#de47fc #fcde47 #47fcde

Analogous Colors of #de47fc

#de47fc #fc47c0 #8447fc

Monochromatic Colors of #de47fc

#de47fc

Complementary Color

#de47fc #65fc47

#de47fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de47fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de47fc Color CSS Codes

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

#de47fc Text Font Color

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

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


#de47fc Background Color

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

This div background color is #de47fc


#de47fc Border Color

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

This div border color is #de47fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de47fc

Related Colors


Comments

No comments written yet.

Please login to write comment.