Color Hex Logo

#dd75de Color Hex

#DD75DE
(221,117,222)
0 Favorites   0 Comments

Color spaces of #dd75de

RGB 221117222
HSL0.830.610.66
HSV299°47°87°
CMYK 0.000.470.00   0.13
XYZ49.364933.368772.9462
Yxy33.36870.31710.2143
Hunter Lab57.765651.4512-34.4352
CIE-Lab64.458355.1079-36.2812

#dd75de color RGB value is (221,117,222).

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

The process color (four color CMYK) of #dd75de color hex is 0.00, 0.47, 0.00, 0.13. Web safe color of #dd75de is #cc66cc. Color #dd75de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110101 11011110
Octal 335 165 336
Decimal 221 117 222
Hex DD 75 DE

RGB Percentages of Color #dd75de

%39.46
%20.89
%39.64

CMYK Percentages of Color #dd75de

%0
%47
%0
%13

Triadic Colors of #dd75de

#dd75de #dedd75 #75dedd

Analogous Colors of #dd75de

#dd75de #de75ab #a975de

Monochromatic Colors of #dd75de

#dd75de

Complementary Color

#dd75de #76de75

#dd75de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd75de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd75de Color CSS Codes

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

#dd75de Text Font Color

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

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


#dd75de Background Color

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

This div background color is #dd75de


#dd75de Border Color

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

This div border color is #dd75de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd75de


Comments

No comments written yet.

Please login to write comment.