Color Hex Logo

#dd97ba Color Hex

#DD97BA
(221,151,186)
0 Favorites   0 Comments

Color spaces of #dd97ba

RGB 221151186
HSL0.920.510.73
HSV330°32°87°
CMYK 0.000.320.16   0.13
XYZ49.748341.050551.7559
Yxy41.05050.34900.2880
Hunter Lab64.070726.4744-3.0446
CIE-Lab70.211331.3485-7.4456

#dd97ba color RGB value is (221,151,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010111 10111010
Octal 335 227 272
Decimal 221 151 186
Hex DD 97 BA

RGB Percentages of Color #dd97ba

%39.61
%27.06
%33.33

CMYK Percentages of Color #dd97ba

%0
%32
%16
%13

Triadic Colors of #dd97ba

#dd97ba #badd97 #97badd

Analogous Colors of #dd97ba

#dd97ba #dd9797 #dd97dd

Monochromatic Colors of #dd97ba

#dd97ba

Complementary Color

#dd97ba #97ddba

#dd97ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd97ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd97ba Color CSS Codes

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

#dd97ba Text Font Color

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

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


#dd97ba Background Color

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

This div background color is #dd97ba


#dd97ba Border Color

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

This div border color is #dd97ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd97ba


Comments

No comments written yet.

Please login to write comment.