Color Hex Logo

#dd4eff Color Hex

#DD4EFF
(221,78,255)
0 Favorites   0 Comments

Color spaces of #dd4eff

RGB 22178255
HSL0.801.000.65
HSV288°69°100°
CMYK 0.130.690.00   0.00
XYZ50.593228.040997.3536
Yxy28.04090.28750.1593
Hunter Lab52.953777.8743-71.9352
CIE-Lab59.925777.9514-61.7695

#dd4eff color RGB value is (221,78,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001110 11111111
Octal 335 116 377
Decimal 221 78 255
Hex DD 4E FF

RGB Percentages of Color #dd4eff

%39.89
%14.08
%46.03

CMYK Percentages of Color #dd4eff

%13
%69
%0
%0

Triadic Colors of #dd4eff

#dd4eff #ffdd4e #4effdd

Analogous Colors of #dd4eff

#dd4eff #ff4ec9 #854eff

Monochromatic Colors of #dd4eff

#dd4eff

Complementary Color

#dd4eff #70ff4e

#dd4eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd4eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd4eff Color CSS Codes

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

#dd4eff Text Font Color

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

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


#dd4eff Background Color

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

This div background color is #dd4eff


#dd4eff Border Color

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

This div border color is #dd4eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd4eff


Comments

No comments written yet.

Please login to write comment.