Color Hex Logo

#dd96d8 Color Hex

#DD96D8
(221,150,216)
0 Favorites   0 Comments

Color spaces of #dd96d8

RGB 221150216
HSL0.850.510.73
HSV304°32°87°
CMYK 0.000.320.02   0.13
XYZ53.119842.142770.3004
Yxy42.14270.32080.2545
Hunter Lab64.917432.4553-18.7642
CIE-Lab70.969236.9862-22.9137

#dd96d8 color RGB value is (221,150,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010110 11011000
Octal 335 226 330
Decimal 221 150 216
Hex DD 96 D8

RGB Percentages of Color #dd96d8

%37.65
%25.55
%36.80

CMYK Percentages of Color #dd96d8

%0
%32
%2
%13

Triadic Colors of #dd96d8

#dd96d8 #d8dd96 #96d8dd

Analogous Colors of #dd96d8

#dd96d8 #dd96b5 #bf96dd

Monochromatic Colors of #dd96d8

#dd96d8

Complementary Color

#dd96d8 #96dd9b

#dd96d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd96d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd96d8 Color CSS Codes

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

#dd96d8 Text Font Color

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

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


#dd96d8 Background Color

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

This div background color is #dd96d8


#dd96d8 Border Color

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

This div border color is #dd96d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd96d8


Comments

No comments written yet.

Please login to write comment.