Color Hex Logo

#de7edf Color Hex

#DE7EDF
(222,126,223)
0 Favorites   0 Comments

Color spaces of #de7edf

RGB 222126223
HSL0.830.600.68
HSV299°43°87°
CMYK 0.000.430.00   0.13
XYZ50.904335.779074.0351
Yxy35.77900.31670.2226
Hunter Lab59.815547.2301-31.5137
CIE-Lab66.350751.0861-33.8850

#de7edf color RGB value is (222,126,223).

#de7edf hex color red value is 222, green value is 126 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #de7edf hue: 0.83 , saturation: 0.60 and the lightness value of de7edf is 0.68.

The process color (four color CMYK) of #de7edf color hex is 0.00, 0.43, 0.00, 0.13. Web safe color of #de7edf is #cc66cc. Color #de7edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01111110 11011111
Octal 336 176 337
Decimal 222 126 223
Hex DE 7E DF

RGB Percentages of Color #de7edf

%38.88
%22.07
%39.05

CMYK Percentages of Color #de7edf

%0
%43
%0
%13

Triadic Colors of #de7edf

#de7edf #dfde7e #7edfde

Analogous Colors of #de7edf

#de7edf #df7eb0 #ae7edf

Monochromatic Colors of #de7edf

#de7edf

Complementary Color

#de7edf #7fdf7e

#de7edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de7edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#de7edf Color CSS Codes

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

#de7edf Text Font Color

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

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


#de7edf Background Color

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

This div background color is #de7edf


#de7edf Border Color

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

This div border color is #de7edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de7edf


Comments

No comments written yet.

Please login to write comment.