Color Hex Logo

#de01dd Color Hex

#DE01DD
(222,1,221)
0 Favorites   0 Comments

Color spaces of #de01dd

RGB 2221221
HSL0.830.990.44
HSV300°100°87°
CMYK 0.001.000.00   0.13
XYZ43.186220.771870.1398
Yxy20.77180.32210.1549
Hunter Lab45.576189.3818-59.3417
CIE-Lab52.698888.2744-54.2826

#de01dd color RGB value is (222,1,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000001 11011101
Octal 336 1 335
Decimal 222 1 221
Hex DE 1 DD

RGB Percentages of Color #de01dd

%50.00
%0.23
%49.77

CMYK Percentages of Color #de01dd

%0
%100
%0
%13

Triadic Colors of #de01dd

#de01dd #ddde01 #01ddde

Analogous Colors of #de01dd

#de01dd #de016f #7101de

Monochromatic Colors of #de01dd

#de01dd

Complementary Color

#de01dd #01de02

#de01dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de01dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de01dd Color CSS Codes

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

#de01dd Text Font Color

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

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


#de01dd Background Color

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

This div background color is #de01dd


#de01dd Border Color

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

This div border color is #de01dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,1,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 #de01dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de01dd


Comments

No comments written yet.

Please login to write comment.