Color Hex Logo

#de17dd Color Hex

#DE17DD
(222,23,221)
0 Favorites   0 Comments

Color spaces of #de17dd

RGB 22223221
HSL0.830.810.48
HSV300°90°87°
CMYK 0.000.900.00   0.13
XYZ43.481721.362870.2383
Yxy21.36280.32190.1581
Hunter Lab46.219987.0403-57.7464
CIE-Lab53.344386.3670-53.2505

#de17dd color RGB value is (222,23,221).

#de17dd hex color red value is 222, green value is 23 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #de17dd hue: 0.83 , saturation: 0.81 and the lightness value of de17dd is 0.48.

The process color (four color CMYK) of #de17dd color hex is 0.00, 0.90, 0.00, 0.13. Web safe color of #de17dd is #cc00cc. Color #de17dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010111 11011101
Octal 336 27 335
Decimal 222 23 221
Hex DE 17 DD

RGB Percentages of Color #de17dd

%47.64
%4.94
%47.42

CMYK Percentages of Color #de17dd

%0
%90
%0
%13

Triadic Colors of #de17dd

#de17dd #ddde17 #17ddde

Analogous Colors of #de17dd

#de17dd #de177a #7c17de

Monochromatic Colors of #de17dd

#de17dd

Complementary Color

#de17dd #17de18

#de17dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de17dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de17dd Color CSS Codes

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

#de17dd Text Font Color

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

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


#de17dd Background Color

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

This div background color is #de17dd


#de17dd Border Color

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

This div border color is #de17dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de17dd


Comments

No comments written yet.

Please login to write comment.