Color Hex Logo

#de7fec Color Hex

#DE7FEC
(222,127,236)
0 Favorites   0 Comments

Color spaces of #de7fec

RGB 222127236
HSL0.810.740.71
HSV292°46°93°
CMYK 0.060.460.00   0.07
XYZ52.853936.764583.6674
Yxy36.76450.30500.2122
Hunter Lab60.633749.4879-39.3696
CIE-Lab67.100052.9755-39.9115

#de7fec color RGB value is (222,127,236).

#de7fec hex color red value is 222, green value is 127 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #de7fec hue: 0.81 , saturation: 0.74 and the lightness value of de7fec is 0.71.

The process color (four color CMYK) of #de7fec color hex is 0.06, 0.46, 0.00, 0.07. Web safe color of #de7fec is #cc66ff. Color #de7fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01111111 11101100
Octal 336 177 354
Decimal 222 127 236
Hex DE 7F EC

RGB Percentages of Color #de7fec

%37.95
%21.71
%40.34

CMYK Percentages of Color #de7fec

%6
%46
%0
%7

Triadic Colors of #de7fec

#de7fec #ecde7f #7fecde

Analogous Colors of #de7fec

#de7fec #ec7fc4 #a87fec

Monochromatic Colors of #de7fec

#de7fec

Complementary Color

#de7fec #8dec7f

#de7fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de7fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#de7fec Color CSS Codes

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

#de7fec Text Font Color

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

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


#de7fec Background Color

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

This div background color is #de7fec


#de7fec Border Color

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

This div border color is #de7fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de7fec


Comments

No comments written yet.

Please login to write comment.