Color Hex Logo

#dd628a Color Hex

#DD628A
(221,98,138)
0 Favorites   0 Comments

Color spaces of #dd628a

RGB 22198138
HSL0.950.640.63
HSV340°56°87°
CMYK 0.000.560.38   0.13
XYZ38.773925.942527.0085
Yxy25.94250.42270.2828
Hunter Lab50.933846.75104.2141
CIE-Lab57.982451.93641.8921

#dd628a color RGB value is (221,98,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100010 10001010
Octal 335 142 212
Decimal 221 98 138
Hex DD 62 8A

RGB Percentages of Color #dd628a

%48.36
%21.44
%30.20

CMYK Percentages of Color #dd628a

%0
%56
%38
%13

Triadic Colors of #dd628a

#dd628a #8add62 #628add

Analogous Colors of #dd628a

#dd628a #dd7862 #dd62c8

Monochromatic Colors of #dd628a

#dd628a

Complementary Color

#dd628a #62ddb5

#dd628a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd628a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd628a Color CSS Codes

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

#dd628a Text Font Color

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

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


#dd628a Background Color

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

This div background color is #dd628a


#dd628a Border Color

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

This div border color is #dd628a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd628a


Comments

No comments written yet.

Please login to write comment.