Color Hex Logo

#dd749a Color Hex

#DD749A
(221,116,154)
0 Favorites   0 Comments

Color spaces of #dd749a

RGB 221116154
HSL0.940.610.66
HSV338°48°87°
CMYK 0.000.480.30   0.13
XYZ41.896930.196034.1921
Yxy30.19600.39420.2841
Hunter Lab54.950939.93201.5736
CIE-Lab61.823045.0823-1.7639

#dd749a color RGB value is (221,116,154).

#dd749a hex color red value is 221, green value is 116 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dd749a hue: 0.94 , saturation: 0.61 and the lightness value of dd749a is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110100 10011010
Octal 335 164 232
Decimal 221 116 154
Hex DD 74 9A

RGB Percentages of Color #dd749a

%45.01
%23.63
%31.36

CMYK Percentages of Color #dd749a

%0
%48
%30
%13

Triadic Colors of #dd749a

#dd749a #9add74 #749add

Analogous Colors of #dd749a

#dd749a #dd8374 #dd74cf

Monochromatic Colors of #dd749a

#dd749a

Complementary Color

#dd749a #74ddb7

#dd749a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd749a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd749a Color CSS Codes

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

#dd749a Text Font Color

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

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


#dd749a Background Color

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

This div background color is #dd749a


#dd749a Border Color

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

This div border color is #dd749a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd749a


Comments

No comments written yet.

Please login to write comment.