Color Hex Logo

#dd79ed Color Hex

#DD79ED
(221,121,237)
0 Favorites   0 Comments

Color spaces of #dd79ed

RGB 221121237
HSL0.810.760.70
HSV292°49°93°
CMYK 0.070.490.00   0.07
XYZ51.942235.161384.1699
Yxy35.16130.30330.2053
Hunter Lab59.297052.5905-42.6521
CIE-Lab65.874155.8818-42.3912

#dd79ed color RGB value is (221,121,237).

#dd79ed hex color red value is 221, green value is 121 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dd79ed hue: 0.81 , saturation: 0.76 and the lightness value of dd79ed is 0.70.

The process color (four color CMYK) of #dd79ed color hex is 0.07, 0.49, 0.00, 0.07. Web safe color of #dd79ed is #cc66ff. Color #dd79ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01111001 11101101
Octal 335 171 355
Decimal 221 121 237
Hex DD 79 ED

RGB Percentages of Color #dd79ed

%38.17
%20.90
%40.93

CMYK Percentages of Color #dd79ed

%7
%49
%0
%7

Triadic Colors of #dd79ed

#dd79ed #eddd79 #79eddd

Analogous Colors of #dd79ed

#dd79ed #ed79c3 #a379ed

Monochromatic Colors of #dd79ed

#dd79ed

Complementary Color

#dd79ed #89ed79

#dd79ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd79ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd79ed Color CSS Codes

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

#dd79ed Text Font Color

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

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


#dd79ed Background Color

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

This div background color is #dd79ed


#dd79ed Border Color

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

This div border color is #dd79ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd79ed


Comments

No comments written yet.

Please login to write comment.