Color Hex Logo

#dd93cf Color Hex

#DD93CF
(221,147,207)
0 Favorites   0 Comments

Color spaces of #dd93cf

RGB 221147207
HSL0.860.520.72
HSV311°33°87°
CMYK 0.000.330.06   0.13
XYZ51.515040.744664.1808
Yxy40.74460.32930.2604
Hunter Lab63.831532.3527-14.9324
CIE-Lab69.996636.9884-19.4217

#dd93cf color RGB value is (221,147,207).

#dd93cf hex color red value is 221, green value is 147 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dd93cf hue: 0.86 , saturation: 0.52 and the lightness value of dd93cf is 0.72.

The process color (four color CMYK) of #dd93cf color hex is 0.00, 0.33, 0.06, 0.13. Web safe color of #dd93cf is #cc99cc. Color #dd93cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010011 11001111
Octal 335 223 317
Decimal 221 147 207
Hex DD 93 CF

RGB Percentages of Color #dd93cf

%38.43
%25.57
%36.00

CMYK Percentages of Color #dd93cf

%0
%33
%6
%13

Triadic Colors of #dd93cf

#dd93cf #cfdd93 #93cfdd

Analogous Colors of #dd93cf

#dd93cf #dd93aa #c693dd

Monochromatic Colors of #dd93cf

#dd93cf

Complementary Color

#dd93cf #93dda1

#dd93cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd93cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd93cf Color CSS Codes

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

#dd93cf Text Font Color

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

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


#dd93cf Background Color

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

This div background color is #dd93cf


#dd93cf Border Color

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

This div border color is #dd93cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd93cf


Comments

No comments written yet.

Please login to write comment.