Color Hex Logo

#dd01e1 Color Hex

#DD01E1
(221,1,225)
0 Favorites   0 Comments

Color spaces of #dd01e1

RGB 2211225
HSL0.830.990.44
HSV299°100°88°
CMYK 0.021.000.00   0.12
XYZ43.420320.830172.9663
Yxy20.83010.31640.1518
Hunter Lab45.640089.9486-62.8410
CIE-Lab52.763088.6910-56.4616

#dd01e1 color RGB value is (221,1,225).

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

The process color (four color CMYK) of #dd01e1 color hex is 0.02, 1.00, 0.00, 0.12. Web safe color of #dd01e1 is #cc00cc. Color #dd01e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000001 11100001
Octal 335 1 341
Decimal 221 1 225
Hex DD 1 E1

RGB Percentages of Color #dd01e1

%49.44
%0.22
%50.34

CMYK Percentages of Color #dd01e1

%2
%100
%0
%12

Triadic Colors of #dd01e1

#dd01e1 #e1dd01 #01e1dd

Analogous Colors of #dd01e1

#dd01e1 #e10175 #6d01e1

Monochromatic Colors of #dd01e1

#dd01e1

Complementary Color

#dd01e1 #05e101

#dd01e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd01e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd01e1 Color CSS Codes

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

#dd01e1 Text Font Color

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

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


#dd01e1 Background Color

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

This div background color is #dd01e1


#dd01e1 Border Color

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

This div border color is #dd01e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd01e1


Comments

No comments written yet.

Please login to write comment.