Color Hex Logo

#dd2eee Color Hex

#DD2EEE
(221,46,238)
0 Favorites   0 Comments

Color spaces of #dd2eee

RGB 22146238
HSL0.820.850.56
HSV295°81°93°
CMYK 0.070.810.00   0.07
XYZ46.228423.499282.9882
Yxy23.49920.30270.1539
Hunter Lab48.476085.3909-67.5680
CIE-Lab55.582984.6653-59.2716

#dd2eee color RGB value is (221,46,238).

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

The process color (four color CMYK) of #dd2eee color hex is 0.07, 0.81, 0.00, 0.07. Web safe color of #dd2eee is #cc33ff. Color #dd2eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101110 11101110
Octal 335 56 356
Decimal 221 46 238
Hex DD 2E EE

RGB Percentages of Color #dd2eee

%43.76
%9.11
%47.13

CMYK Percentages of Color #dd2eee

%7
%81
%0
%7

Triadic Colors of #dd2eee

#dd2eee #eedd2e #2eeedd

Analogous Colors of #dd2eee

#dd2eee #ee2e9f #7d2eee

Monochromatic Colors of #dd2eee

#dd2eee

Complementary Color

#dd2eee #3fee2e

#dd2eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2eee Color CSS Codes

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

#dd2eee Text Font Color

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

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


#dd2eee Background Color

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

This div background color is #dd2eee


#dd2eee Border Color

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

This div border color is #dd2eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2eee


Comments

No comments written yet.

Please login to write comment.