Color Hex Logo

#de7fdb Color Hex

#DE7FDB
(222,127,219)
0 Favorites   0 Comments

Color spaces of #de7fdb

RGB 222127219
HSL0.840.590.68
HSV302°43°87°
CMYK 0.000.430.01   0.13
XYZ50.499835.822871.2707
Yxy35.82280.32040.2273
Hunter Lab59.852245.8668-28.7048
CIE-Lab66.384349.8630-31.6103

#de7fdb color RGB value is (222,127,219).

#de7fdb hex color red value is 222, green value is 127 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #de7fdb hue: 0.84 , saturation: 0.59 and the lightness value of de7fdb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01111111 11011011
Octal 336 177 333
Decimal 222 127 219
Hex DE 7F DB

RGB Percentages of Color #de7fdb

%39.08
%22.36
%38.56

CMYK Percentages of Color #de7fdb

%0
%43
%1
%13

Triadic Colors of #de7fdb

#de7fdb #dbde7f #7fdbde

Analogous Colors of #de7fdb

#de7fdb #de7fac #b27fde

Monochromatic Colors of #de7fdb

#de7fdb

Complementary Color

#de7fdb #7fde82

#de7fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de7fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#de7fdb Color CSS Codes

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

#de7fdb Text Font Color

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

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


#de7fdb Background Color

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

This div background color is #de7fdb


#de7fdb Border Color

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

This div border color is #de7fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de7fdb


Comments

No comments written yet.

Please login to write comment.