Color Hex Logo

#dd768a Color Hex

#DD768A
(221,118,138)
0 Favorites   0 Comments

Color spaces of #dd768a

RGB 221118138
HSL0.970.600.66
HSV348°47°87°
CMYK 0.000.470.38   0.13
XYZ40.884730.164027.7121
Yxy30.16400.41400.3054
Hunter Lab54.921836.76548.5290
CIE-Lab61.795542.11147.3845

#dd768a color RGB value is (221,118,138).

#dd768a hex color red value is 221, green value is 118 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dd768a hue: 0.97 , saturation: 0.60 and the lightness value of dd768a is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110110 10001010
Octal 335 166 212
Decimal 221 118 138
Hex DD 76 8A

RGB Percentages of Color #dd768a

%46.33
%24.74
%28.93

CMYK Percentages of Color #dd768a

%0
%47
%38
%13

Triadic Colors of #dd768a

#dd768a #8add76 #768add

Analogous Colors of #dd768a

#dd768a #dd9676 #dd76be

Monochromatic Colors of #dd768a

#dd768a

Complementary Color

#dd768a #76ddc9

#dd768a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd768a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd768a Color CSS Codes

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

#dd768a Text Font Color

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

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


#dd768a Background Color

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

This div background color is #dd768a


#dd768a Border Color

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

This div border color is #dd768a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,118,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 #dd768a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd768a


Comments

No comments written yet.

Please login to write comment.