Color Hex Logo

#de7def Color Hex

#DE7DEF
(222,125,239)
0 Favorites   0 Comments

Color spaces of #de7def

RGB 222125239
HSL0.810.780.71
HSV291°48°94°
CMYK 0.070.480.00   0.06
XYZ53.037836.428885.8974
Yxy36.42880.30240.2077
Hunter Lab60.356351.2326-42.1305
CIE-Lab66.846354.5454-41.9622

#de7def color RGB value is (222,125,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01111101 11101111
Octal 336 175 357
Decimal 222 125 239
Hex DE 7D EF

RGB Percentages of Color #de7def

%37.88
%21.33
%40.78

CMYK Percentages of Color #de7def

%7
%48
%0
%6

Triadic Colors of #de7def

#de7def #efde7d #7defde

Analogous Colors of #de7def

#de7def #ef7dc7 #a57def

Monochromatic Colors of #de7def

#de7def

Complementary Color

#de7def #8eef7d

#de7def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de7def Color Preview on White Background

Lorem ipsum dolor sit amet.

#de7def Color CSS Codes

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

#de7def Text Font Color

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

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


#de7def Background Color

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

This div background color is #de7def


#de7def Border Color

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

This div border color is #de7def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de7def


Comments

No comments written yet.

Please login to write comment.