Color Hex Logo

#dd627e Color Hex

#DD627E
(221,98,126)
0 Favorites   0 Comments

Color spaces of #dd627e

RGB 22198126
HSL0.960.640.63
HSV346°56°87°
CMYK 0.000.560.43   0.13
XYZ37.952425.613922.6823
Yxy25.61390.44000.2970
Hunter Lab50.610245.28878.8547
CIE-Lab57.668750.65098.4548

#dd627e color RGB value is (221,98,126).

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

The process color (four color CMYK) of #dd627e color hex is 0.00, 0.56, 0.43, 0.13. Web safe color of #dd627e is #cc6666. Color #dd627e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100010 01111110
Octal 335 142 176
Decimal 221 98 126
Hex DD 62 7E

RGB Percentages of Color #dd627e

%49.66
%22.02
%28.31

CMYK Percentages of Color #dd627e

%0
%56
%43
%13

Triadic Colors of #dd627e

#dd627e #7edd62 #627edd

Analogous Colors of #dd627e

#dd627e #dd8462 #dd62bc

Monochromatic Colors of #dd627e

#dd627e

Complementary Color

#dd627e #62ddc1

#dd627e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd627e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd627e Color CSS Codes

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

#dd627e Text Font Color

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

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


#dd627e Background Color

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

This div background color is #dd627e


#dd627e Border Color

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

This div border color is #dd627e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd627e


Comments

No comments written yet.

Please login to write comment.