Color Hex Logo

#dd5eaf Color Hex

#DD5EAF
(221,94,175)
0 Favorites   0 Comments

Color spaces of #dd5eaf

RGB 22194175
HSL0.890.650.62
HSV322°57°87°
CMYK 0.000.570.21   0.13
XYZ41.559426.472743.4768
Yxy26.47270.37270.2374
Hunter Lab51.451654.1408-14.0841
CIE-Lab58.483058.4540-18.8560

#dd5eaf color RGB value is (221,94,175).

#dd5eaf hex color red value is 221, green value is 94 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dd5eaf hue: 0.89 , saturation: 0.65 and the lightness value of dd5eaf is 0.62.

The process color (four color CMYK) of #dd5eaf color hex is 0.00, 0.57, 0.21, 0.13. Web safe color of #dd5eaf is #cc6699. Color #dd5eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011110 10101111
Octal 335 136 257
Decimal 221 94 175
Hex DD 5E AF

RGB Percentages of Color #dd5eaf

%45.10
%19.18
%35.71

CMYK Percentages of Color #dd5eaf

%0
%57
%21
%13

Triadic Colors of #dd5eaf

#dd5eaf #afdd5e #5eafdd

Analogous Colors of #dd5eaf

#dd5eaf #dd5e70 #cc5edd

Monochromatic Colors of #dd5eaf

#dd5eaf

Complementary Color

#dd5eaf #5edd8c

#dd5eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5eaf Color CSS Codes

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

#dd5eaf Text Font Color

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

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


#dd5eaf Background Color

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

This div background color is #dd5eaf


#dd5eaf Border Color

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

This div border color is #dd5eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5eaf


Comments

No comments written yet.

Please login to write comment.