Color Hex Logo

#dd6680 Color Hex

#DD6680
(221,102,128)
0 Favorites   0 Comments

Color spaces of #dd6680

RGB 221102128
HSL0.960.640.63
HSV347°54°87°
CMYK 0.000.540.42   0.13
XYZ38.466426.433423.4968
Yxy26.43340.43520.2990
Hunter Lab51.413443.57638.8929
CIE-Lab58.446248.95468.3928

#dd6680 color RGB value is (221,102,128).

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

The process color (four color CMYK) of #dd6680 color hex is 0.00, 0.54, 0.42, 0.13. Web safe color of #dd6680 is #cc6699. Color #dd6680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100110 10000000
Octal 335 146 200
Decimal 221 102 128
Hex DD 66 80

RGB Percentages of Color #dd6680

%49.00
%22.62
%28.38

CMYK Percentages of Color #dd6680

%0
%54
%42
%13

Triadic Colors of #dd6680

#dd6680 #80dd66 #6680dd

Analogous Colors of #dd6680

#dd6680 #dd8866 #dd66bc

Monochromatic Colors of #dd6680

#dd6680

Complementary Color

#dd6680 #66ddc3

#dd6680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6680 Color CSS Codes

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

#dd6680 Text Font Color

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

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


#dd6680 Background Color

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

This div background color is #dd6680


#dd6680 Border Color

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

This div border color is #dd6680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6680


Comments

No comments written yet.

Please login to write comment.