Color Hex Logo

#dd629b Color Hex

#DD629B
(221,98,155)
0 Favorites   0 Comments

Color spaces of #dd629b

RGB 22198155
HSL0.920.640.63
HSV332°56°87°
CMYK 0.000.560.30   0.13
XYZ40.102926.474134.0067
Yxy26.47410.39870.2632
Hunter Lab51.453049.0817-3.1693
CIE-Lab58.484453.9622-7.2740

#dd629b color RGB value is (221,98,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100010 10011011
Octal 335 142 233
Decimal 221 98 155
Hex DD 62 9B

RGB Percentages of Color #dd629b

%46.62
%20.68
%32.70

CMYK Percentages of Color #dd629b

%0
%56
%30
%13

Triadic Colors of #dd629b

#dd629b #9bdd62 #629bdd

Analogous Colors of #dd629b

#dd629b #dd6762 #dd62d9

Monochromatic Colors of #dd629b

#dd629b

Complementary Color

#dd629b #62dda4

#dd629b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd629b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd629b Color CSS Codes

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

#dd629b Text Font Color

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

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


#dd629b Background Color

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

This div background color is #dd629b


#dd629b Border Color

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

This div border color is #dd629b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd629b


Comments

No comments written yet.

Please login to write comment.