Color Hex Logo

#dd667b Color Hex

#DD667B
(221,102,123)
0 Favorites   0 Comments

Color spaces of #dd667b

RGB 221102123
HSL0.970.640.63
HSV349°54°87°
CMYK 0.000.540.44   0.13
XYZ38.145326.305021.8058
Yxy26.30500.44220.3050
Hunter Lab51.288443.003110.6941
CIE-Lab58.325448.443111.1343

#dd667b color RGB value is (221,102,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100110 01111011
Octal 335 146 173
Decimal 221 102 123
Hex DD 66 7B

RGB Percentages of Color #dd667b

%49.55
%22.87
%27.58

CMYK Percentages of Color #dd667b

%0
%54
%44
%13

Triadic Colors of #dd667b

#dd667b #7bdd66 #667bdd

Analogous Colors of #dd667b

#dd667b #dd8d66 #dd66b7

Monochromatic Colors of #dd667b

#dd667b

Complementary Color

#dd667b #66ddc8

#dd667b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd667b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd667b Color CSS Codes

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

#dd667b Text Font Color

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

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


#dd667b Background Color

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

This div background color is #dd667b


#dd667b Border Color

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

This div border color is #dd667b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd667b


Comments

No comments written yet.

Please login to write comment.