Color Hex Logo

#dd79ef Color Hex

#DD79EF
(221,121,239)
0 Favorites   0 Comments

Color spaces of #dd79ef

RGB 221121239
HSL0.810.790.71
HSV291°49°94°
CMYK 0.080.490.00   0.06
XYZ52.236235.278985.7177
Yxy35.27890.30150.2037
Hunter Lab59.396053.0398-43.9874
CIE-Lab65.965256.2586-43.3522

#dd79ef color RGB value is (221,121,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01111001 11101111
Octal 335 171 357
Decimal 221 121 239
Hex DD 79 EF

RGB Percentages of Color #dd79ef

%38.04
%20.83
%41.14

CMYK Percentages of Color #dd79ef

%8
%49
%0
%6

Triadic Colors of #dd79ef

#dd79ef #efdd79 #79efdd

Analogous Colors of #dd79ef

#dd79ef #ef79c6 #a279ef

Monochromatic Colors of #dd79ef

#dd79ef

Complementary Color

#dd79ef #8bef79

#dd79ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd79ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd79ef Color CSS Codes

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

#dd79ef Text Font Color

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

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


#dd79ef Background Color

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

This div background color is #dd79ef


#dd79ef Border Color

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

This div border color is #dd79ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd79ef


Comments

No comments written yet.

Please login to write comment.