Color Hex Logo

#dd96ba Color Hex

#DD96BA
(221,150,186)
0 Favorites   0 Comments

Color spaces of #dd96ba

RGB 221150186
HSL0.920.510.73
HSV330°32°87°
CMYK 0.000.320.16   0.13
XYZ49.588140.730051.7025
Yxy40.73000.34920.2868
Hunter Lab63.820127.0092-3.3585
CIE-Lab69.986331.8851-7.7797

#dd96ba color RGB value is (221,150,186).

#dd96ba hex color red value is 221, green value is 150 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dd96ba hue: 0.92 , saturation: 0.51 and the lightness value of dd96ba is 0.73.

The process color (four color CMYK) of #dd96ba color hex is 0.00, 0.32, 0.16, 0.13. Web safe color of #dd96ba is #cc99cc. Color #dd96ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010110 10111010
Octal 335 226 272
Decimal 221 150 186
Hex DD 96 BA

RGB Percentages of Color #dd96ba

%39.68
%26.93
%33.39

CMYK Percentages of Color #dd96ba

%0
%32
%16
%13

Triadic Colors of #dd96ba

#dd96ba #badd96 #96badd

Analogous Colors of #dd96ba

#dd96ba #dd9697 #dd96dd

Monochromatic Colors of #dd96ba

#dd96ba

Complementary Color

#dd96ba #96ddb9

#dd96ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd96ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd96ba Color CSS Codes

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

#dd96ba Text Font Color

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

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


#dd96ba Background Color

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

This div background color is #dd96ba


#dd96ba Border Color

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

This div border color is #dd96ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd96ba


Comments

No comments written yet.

Please login to write comment.