Color Hex Logo

#dd3eee Color Hex

#DD3EEE
(221,62,238)
0 Favorites   0 Comments

Color spaces of #dd3eee

RGB 22162238
HSL0.820.840.59
HSV294°74°93°
CMYK 0.070.740.00   0.07
XYZ46.974024.990483.2368
Yxy24.99040.30270.1610
Hunter Lab49.990480.2462-63.7279
CIE-Lab57.066180.3748-56.8965

#dd3eee color RGB value is (221,62,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00111110 11101110
Octal 335 76 356
Decimal 221 62 238
Hex DD 3E EE

RGB Percentages of Color #dd3eee

%42.42
%11.90
%45.68

CMYK Percentages of Color #dd3eee

%7
%74
%0
%7

Triadic Colors of #dd3eee

#dd3eee #eedd3e #3eeedd

Analogous Colors of #dd3eee

#dd3eee #ee3ea7 #853eee

Monochromatic Colors of #dd3eee

#dd3eee

Complementary Color

#dd3eee #4fee3e

#dd3eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd3eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd3eee Color CSS Codes

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

#dd3eee Text Font Color

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

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


#dd3eee Background Color

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

This div background color is #dd3eee


#dd3eee Border Color

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

This div border color is #dd3eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd3eee


Comments

No comments written yet.

Please login to write comment.