Color Hex Logo

#dd4eef Color Hex

#DD4EEF
(221,78,239)
0 Favorites   0 Comments

Color spaces of #dd4eef

RGB 22178239
HSL0.810.830.62
HSV293°67°94°
CMYK 0.080.670.00   0.06
XYZ48.123227.052984.3467
Yxy27.05290.30170.1696
Hunter Lab52.012474.1310-59.7398
CIE-Lab59.023375.1365-54.3313

#dd4eef color RGB value is (221,78,239).

#dd4eef hex color red value is 221, green value is 78 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dd4eef hue: 0.81 , saturation: 0.83 and the lightness value of dd4eef is 0.62.

The process color (four color CMYK) of #dd4eef color hex is 0.08, 0.67, 0.00, 0.06. Web safe color of #dd4eef is #cc66ff. Color #dd4eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001110 11101111
Octal 335 116 357
Decimal 221 78 239
Hex DD 4E EF

RGB Percentages of Color #dd4eef

%41.08
%14.50
%44.42

CMYK Percentages of Color #dd4eef

%8
%67
%0
%6

Triadic Colors of #dd4eef

#dd4eef #efdd4e #4eefdd

Analogous Colors of #dd4eef

#dd4eef #ef4eb1 #8d4eef

Monochromatic Colors of #dd4eef

#dd4eef

Complementary Color

#dd4eef #60ef4e

#dd4eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd4eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd4eef Color CSS Codes

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

#dd4eef Text Font Color

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

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


#dd4eef Background Color

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

This div background color is #dd4eef


#dd4eef Border Color

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

This div border color is #dd4eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd4eef


Comments

No comments written yet.

Please login to write comment.