Color Hex Logo

#dd40ee Color Hex

#DD40EE
(221,64,238)
0 Favorites   0 Comments

Color spaces of #dd40ee

RGB 22164238
HSL0.820.840.59
HSV294°73°93°
CMYK 0.070.730.00   0.07
XYZ47.084825.212083.2737
Yxy25.21200.30270.1621
Hunter Lab50.211679.5143-63.1818
CIE-Lab57.281479.7572-56.5523

#dd40ee color RGB value is (221,64,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000000 11101110
Octal 335 100 356
Decimal 221 64 238
Hex DD 40 EE

RGB Percentages of Color #dd40ee

%42.26
%12.24
%45.51

CMYK Percentages of Color #dd40ee

%7
%73
%0
%7

Triadic Colors of #dd40ee

#dd40ee #eedd40 #40eedd

Analogous Colors of #dd40ee

#dd40ee #ee40a8 #8640ee

Monochromatic Colors of #dd40ee

#dd40ee

Complementary Color

#dd40ee #51ee40

#dd40ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd40ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd40ee Color CSS Codes

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

#dd40ee Text Font Color

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

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


#dd40ee Background Color

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

This div background color is #dd40ee


#dd40ee Border Color

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

This div border color is #dd40ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd40ee


Comments

No comments written yet.

Please login to write comment.