Color Hex Logo

#dd5386 Color Hex

#DD5386
(221,83,134)
0 Favorites   0 Comments

Color spaces of #dd5386

RGB 22183134
HSL0.940.670.60
HSV338°62°87°
CMYK 0.000.620.39   0.13
XYZ37.215123.279925.0863
Yxy23.27990.43490.2720
Hunter Lab48.249253.24252.9477
CIE-Lab55.359558.20470.4246

#dd5386 color RGB value is (221,83,134).

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

The process color (four color CMYK) of #dd5386 color hex is 0.00, 0.62, 0.39, 0.13. Web safe color of #dd5386 is #cc6699. Color #dd5386 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010011 10000110
Octal 335 123 206
Decimal 221 83 134
Hex DD 53 86

RGB Percentages of Color #dd5386

%50.46
%18.95
%30.59

CMYK Percentages of Color #dd5386

%0
%62
%39
%13

Triadic Colors of #dd5386

#dd5386 #86dd53 #5386dd

Analogous Colors of #dd5386

#dd5386 #dd6553 #dd53cb

Monochromatic Colors of #dd5386

#dd5386

Complementary Color

#dd5386 #53ddaa

#dd5386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5386 Color CSS Codes

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

#dd5386 Text Font Color

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

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


#dd5386 Background Color

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

This div background color is #dd5386


#dd5386 Border Color

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

This div border color is #dd5386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5386


Comments

No comments written yet.

Please login to write comment.