Color Hex Logo

#dd629e Color Hex

#DD629E
(221,98,158)
0 Favorites   0 Comments

Color spaces of #dd629e

RGB 22198158
HSL0.920.640.63
HSV331°56°87°
CMYK 0.000.560.29   0.13
XYZ40.358026.576135.3504
Yxy26.57610.39460.2598
Hunter Lab51.552049.5245-4.5701
CIE-Lab58.579954.3439-8.8735

#dd629e color RGB value is (221,98,158).

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

The process color (four color CMYK) of #dd629e color hex is 0.00, 0.56, 0.29, 0.13. Web safe color of #dd629e is #cc6699. Color #dd629e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100010 10011110
Octal 335 142 236
Decimal 221 98 158
Hex DD 62 9E

RGB Percentages of Color #dd629e

%46.33
%20.55
%33.12

CMYK Percentages of Color #dd629e

%0
%56
%29
%13

Triadic Colors of #dd629e

#dd629e #9edd62 #629edd

Analogous Colors of #dd629e

#dd629e #dd6462 #dd62dc

Monochromatic Colors of #dd629e

#dd629e

Complementary Color

#dd629e #62dda1

#dd629e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd629e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd629e Color CSS Codes

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

#dd629e Text Font Color

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

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


#dd629e Background Color

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

This div background color is #dd629e


#dd629e Border Color

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

This div border color is #dd629e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd629e


Comments

No comments written yet.

Please login to write comment.