Color Hex Logo

#de49fc Color Hex

#DE49FC
(222,73,252)
0 Favorites   0 Comments

Color spaces of #de49fc

RGB 22273252
HSL0.810.970.64
HSV290°71°99°
CMYK 0.120.710.00   0.01
XYZ50.077427.323094.7299
Yxy27.32300.29090.1587
Hunter Lab52.271479.5328-70.8595
CIE-Lab59.272179.3867-61.1497

#de49fc color RGB value is (222,73,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01001001 11111100
Octal 336 111 374
Decimal 222 73 252
Hex DE 49 FC

RGB Percentages of Color #de49fc

%40.59
%13.35
%46.07

CMYK Percentages of Color #de49fc

%12
%71
%0
%1

Triadic Colors of #de49fc

#de49fc #fcde49 #49fcde

Analogous Colors of #de49fc

#de49fc #fc49c1 #8549fc

Monochromatic Colors of #de49fc

#de49fc

Complementary Color

#de49fc #67fc49

#de49fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de49fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de49fc Color CSS Codes

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

#de49fc Text Font Color

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

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


#de49fc Background Color

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

This div background color is #de49fc


#de49fc Border Color

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

This div border color is #de49fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,73,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 #de49fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de49fc


Comments

No comments written yet.

Please login to write comment.