Color Hex Logo

#dd567b Color Hex

#DD567B
(221,86,123)
0 Favorites   0 Comments

Color spaces of #dd567b

RGB 22186123
HSL0.950.670.60
HSV344°61°87°
CMYK 0.000.610.44   0.13
XYZ36.721723.457821.3312
Yxy23.45780.45050.2878
Hunter Lab48.433350.57917.7905
CIE-Lab55.540855.79947.1884

#dd567b color RGB value is (221,86,123).

#dd567b hex color red value is 221, green value is 86 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dd567b hue: 0.95 , saturation: 0.67 and the lightness value of dd567b is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010110 01111011
Octal 335 126 173
Decimal 221 86 123
Hex DD 56 7B

RGB Percentages of Color #dd567b

%51.40
%20.00
%28.60

CMYK Percentages of Color #dd567b

%0
%61
%44
%13

Triadic Colors of #dd567b

#dd567b #7bdd56 #567bdd

Analogous Colors of #dd567b

#dd567b #dd7556 #dd56bf

Monochromatic Colors of #dd567b

#dd567b

Complementary Color

#dd567b #56ddb8

#dd567b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd567b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd567b Color CSS Codes

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

#dd567b Text Font Color

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

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


#dd567b Background Color

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

This div background color is #dd567b


#dd567b Border Color

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

This div border color is #dd567b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd567b


Comments

No comments written yet.

Please login to write comment.