Color Hex Logo

#dd677b Color Hex

#DD677B
(221,103,123)
0 Favorites   0 Comments

Color spaces of #dd677b

RGB 221103123
HSL0.970.630.64
HSV350°53°87°
CMYK 0.000.530.44   0.13
XYZ38.244226.502721.8387
Yxy26.50270.44170.3061
Hunter Lab51.480842.513310.8851
CIE-Lab58.511247.960911.3957

#dd677b color RGB value is (221,103,123).

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

The process color (four color CMYK) of #dd677b color hex is 0.00, 0.53, 0.44, 0.13. Web safe color of #dd677b is #cc6666. Color #dd677b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100111 01111011
Octal 335 147 173
Decimal 221 103 123
Hex DD 67 7B

RGB Percentages of Color #dd677b

%49.44
%23.04
%27.52

CMYK Percentages of Color #dd677b

%0
%53
%44
%13

Triadic Colors of #dd677b

#dd677b #7bdd67 #677bdd

Analogous Colors of #dd677b

#dd677b #dd8e67 #dd67b6

Monochromatic Colors of #dd677b

#dd677b

Complementary Color

#dd677b #67ddc9

#dd677b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd677b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd677b Color CSS Codes

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

#dd677b Text Font Color

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

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


#dd677b Background Color

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

This div background color is #dd677b


#dd677b Border Color

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

This div border color is #dd677b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd677b


Comments

No comments written yet.

Please login to write comment.