color codes Logo

#dd01ee color codes

#DD01EE
(221,1,238)
0 Favorites   0 Comments

Color spaces of #dd01ee

RGB 2211238
HSL0.820.990.47
HSV296°100°93°
CMYK 0.071.000.00   0.07
XYZ45.262321.566982.6662
Yxy21.56690.30280.1443
Hunter Lab46.440292.7023-73.0315
CIE-Lab53.564490.6069-62.5150

#dd01ee color RGB value is (221,1,238).

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

The process color (four color CMYK) of #dd01ee color code is 0.07, 1.00, 0.00, 0.07. Web safe color of #dd01ee is #cc00ff. Color #dd01ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000001 11101110
Octal 335 1 356
Decimal 221 1 238
Hex DD 1 EE

RGB Percentages of Color #dd01ee

%48.04
%0.22
%51.74

CMYK Percentages of Color #dd01ee

%7
%100
%0
%7

Triadic Colors of #dd01ee

#dd01ee #eedd01 #01eedd

Analogous Colors of #dd01ee

#dd01ee #ee0189 #6701ee

Monochromatic Colors of #dd01ee

#dd01ee

Complementary Color

#dd01ee #12ee01

#dd01ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd01ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd01ee Color CSS Codes

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

#dd01ee Text Font Color

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

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


#dd01ee Background Color

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

This div background color is #dd01ee


#dd01ee Border Color

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

This div border color is #dd01ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd01ee


Comments

No comments written yet.

Please login to write comment.