Color Hex Logo

#dd679e Color Hex

#DD679E
(221,103,158)
0 Favorites   0 Comments

Color spaces of #dd679e

RGB 221103158
HSL0.920.630.64
HSV332°53°87°
CMYK 0.000.530.29   0.13
XYZ40.840627.541335.5112
Yxy27.54130.39310.2651
Hunter Lab52.479847.0718-3.3836
CIE-Lab59.472051.9904-7.5434

#dd679e color RGB value is (221,103,158).

#dd679e hex color red value is 221, green value is 103 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #dd679e hue: 0.92 , saturation: 0.63 and the lightness value of dd679e is 0.64.

The process color (four color CMYK) of #dd679e color hex is 0.00, 0.53, 0.29, 0.13. Web safe color of #dd679e is #cc6699. Color #dd679e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100111 10011110
Octal 335 147 236
Decimal 221 103 158
Hex DD 67 9E

RGB Percentages of Color #dd679e

%45.85
%21.37
%32.78

CMYK Percentages of Color #dd679e

%0
%53
%29
%13

Triadic Colors of #dd679e

#dd679e #9edd67 #679edd

Analogous Colors of #dd679e

#dd679e #dd6b67 #dd67d9

Monochromatic Colors of #dd679e

#dd679e

Complementary Color

#dd679e #67dda6

#dd679e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd679e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd679e Color CSS Codes

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

#dd679e Text Font Color

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

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


#dd679e Background Color

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

This div background color is #dd679e


#dd679e Border Color

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

This div border color is #dd679e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd679e


Comments

No comments written yet.

Please login to write comment.