Color Hex Logo

#dd4efe Color Hex

#DD4EFE
(221,78,254)
0 Favorites   0 Comments

Color spaces of #dd4efe

RGB 22178254
HSL0.800.990.65
HSV289°69°100°
CMYK 0.130.690.00   0.00
XYZ50.432627.976796.5079
Yxy27.97670.28830.1599
Hunter Lab52.893077.6340-71.1547
CIE-Lab59.867777.7721-61.3100

#dd4efe color RGB value is (221,78,254).

#dd4efe hex color red value is 221, green value is 78 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dd4efe hue: 0.80 , saturation: 0.99 and the lightness value of dd4efe is 0.65.

The process color (four color CMYK) of #dd4efe color hex is 0.13, 0.69, 0.00, 0.00. Web safe color of #dd4efe is #cc66ff. Color #dd4efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001110 11111110
Octal 335 116 376
Decimal 221 78 254
Hex DD 4E FE

RGB Percentages of Color #dd4efe

%39.96
%14.10
%45.93

CMYK Percentages of Color #dd4efe

%13
%69
%0
%0

Triadic Colors of #dd4efe

#dd4efe #fedd4e #4efedd

Analogous Colors of #dd4efe

#dd4efe #fe4ec7 #854efe

Monochromatic Colors of #dd4efe

#dd4efe

Complementary Color

#dd4efe #6ffe4e

#dd4efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd4efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd4efe Color CSS Codes

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

#dd4efe Text Font Color

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

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


#dd4efe Background Color

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

This div background color is #dd4efe


#dd4efe Border Color

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

This div border color is #dd4efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd4efe

Related Colors


Comments

No comments written yet.

Please login to write comment.