Color Hex Logo

#dd628e Color Hex

#DD628E
(221,98,142)
0 Favorites   0 Comments

Color spaces of #dd628e

RGB 22198142
HSL0.940.640.63
HSV339°56°87°
CMYK 0.000.560.36   0.13
XYZ39.069026.060528.5622
Yxy26.06050.41700.2782
Hunter Lab51.049547.27232.5619
CIE-Lab58.094452.3920-0.2796

#dd628e color RGB value is (221,98,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100010 10001110
Octal 335 142 216
Decimal 221 98 142
Hex DD 62 8E

RGB Percentages of Color #dd628e

%47.94
%21.26
%30.80

CMYK Percentages of Color #dd628e

%0
%56
%36
%13

Triadic Colors of #dd628e

#dd628e #8edd62 #628edd

Analogous Colors of #dd628e

#dd628e #dd7462 #dd62cc

Monochromatic Colors of #dd628e

#dd628e

Complementary Color

#dd628e #62ddb1

#dd628e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd628e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd628e Color CSS Codes

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

#dd628e Text Font Color

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

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


#dd628e Background Color

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

This div background color is #dd628e


#dd628e Border Color

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

This div border color is #dd628e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd628e


Comments

No comments written yet.

Please login to write comment.