Color Hex Logo

#dd74bb Color Hex

#DD74BB
(221,116,187)
0 Favorites   0 Comments

Color spaces of #dd74bb

RGB 221116187
HSL0.890.610.66
HSV319°48°87°
CMYK 0.000.480.15   0.13
XYZ45.033831.450850.7108
Yxy31.45080.35410.2473
Hunter Lab56.081045.1961-14.3558
CIE-Lab62.886449.7680-19.0170

#dd74bb color RGB value is (221,116,187).

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

The process color (four color CMYK) of #dd74bb color hex is 0.00, 0.48, 0.15, 0.13. Web safe color of #dd74bb is #cc66cc. Color #dd74bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110100 10111011
Octal 335 164 273
Decimal 221 116 187
Hex DD 74 BB

RGB Percentages of Color #dd74bb

%42.18
%22.14
%35.69

CMYK Percentages of Color #dd74bb

%0
%48
%15
%13

Triadic Colors of #dd74bb

#dd74bb #bbdd74 #74bbdd

Analogous Colors of #dd74bb

#dd74bb #dd7487 #cb74dd

Monochromatic Colors of #dd74bb

#dd74bb

Complementary Color

#dd74bb #74dd96

#dd74bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd74bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd74bb Color CSS Codes

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

#dd74bb Text Font Color

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

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


#dd74bb Background Color

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

This div background color is #dd74bb


#dd74bb Border Color

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

This div border color is #dd74bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd74bb


Comments

No comments written yet.

Please login to write comment.