Color Hex Logo

#dd628b Color Hex

#DD628B
(221,98,139)
1 Favorites   0 Comments

Color spaces of #dd628b

RGB 22198139
HSL0.940.640.63
HSV340°56°87°
CMYK 0.000.560.37   0.13
XYZ38.846725.971627.3917
Yxy25.97160.42130.2817
Hunter Lab50.962346.87983.8059
CIE-Lab58.010152.04911.3483

#dd628b color RGB value is (221,98,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100010 10001011
Octal 335 142 213
Decimal 221 98 139
Hex DD 62 8B

RGB Percentages of Color #dd628b

%48.25
%21.40
%30.35

CMYK Percentages of Color #dd628b

%0
%56
%37
%13

Triadic Colors of #dd628b

#dd628b #8bdd62 #628bdd

Analogous Colors of #dd628b

#dd628b #dd7762 #dd62c9

Monochromatic Colors of #dd628b

#dd628b

Complementary Color

#dd628b #62ddb4

#dd628b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd628b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd628b Color CSS Codes

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

#dd628b Text Font Color

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

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


#dd628b Background Color

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

This div background color is #dd628b


#dd628b Border Color

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

This div border color is #dd628b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd628b


Comments

No comments written yet.

Please login to write comment.