Color Hex Logo

#de7dcc Color Hex

#DE7DCC
(222,125,204)
0 Favorites   0 Comments

Color spaces of #de7dcc

RGB 222125204
HSL0.860.600.68
HSV311°44°87°
CMYK 0.000.440.08   0.13
XYZ48.356934.556561.2481
Yxy34.55650.33540.2397
Hunter Lab58.784843.9624-20.6252
CIE-Lab65.401948.2863-24.7495

#de7dcc color RGB value is (222,125,204).

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

The process color (four color CMYK) of #de7dcc color hex is 0.00, 0.44, 0.08, 0.13. Web safe color of #de7dcc is #cc66cc. Color #de7dcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01111101 11001100
Octal 336 175 314
Decimal 222 125 204
Hex DE 7D CC

RGB Percentages of Color #de7dcc

%40.29
%22.69
%37.02

CMYK Percentages of Color #de7dcc

%0
%44
%8
%13

Triadic Colors of #de7dcc

#de7dcc #ccde7d #7dccde

Analogous Colors of #de7dcc

#de7dcc #de7d9c #c07dde

Monochromatic Colors of #de7dcc

#de7dcc

Complementary Color

#de7dcc #7dde8f

#de7dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de7dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de7dcc Color CSS Codes

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

#de7dcc Text Font Color

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

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


#de7dcc Background Color

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

This div background color is #de7dcc


#de7dcc Border Color

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

This div border color is #de7dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de7dcc


Comments

No comments written yet.

Please login to write comment.