Color Hex Logo

#dd90dc Color Hex

#DD90DC
(221,144,220)
0 Favorites   0 Comments

Color spaces of #dd90dc

RGB 221144220
HSL0.840.530.72
HSV301°35°87°
CMYK 0.000.350.00   0.13
XYZ52.710340.486072.7466
Yxy40.48600.31760.2440
Hunter Lab63.628636.5203-23.2462
CIE-Lab69.814340.9032-26.8870

#dd90dc color RGB value is (221,144,220).

#dd90dc hex color red value is 221, green value is 144 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dd90dc hue: 0.84 , saturation: 0.53 and the lightness value of dd90dc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010000 11011100
Octal 335 220 334
Decimal 221 144 220
Hex DD 90 DC

RGB Percentages of Color #dd90dc

%37.78
%24.62
%37.61

CMYK Percentages of Color #dd90dc

%0
%35
%0
%13

Triadic Colors of #dd90dc

#dd90dc #dcdd90 #90dcdd

Analogous Colors of #dd90dc

#dd90dc #dd90b6 #b890dd

Monochromatic Colors of #dd90dc

#dd90dc

Complementary Color

#dd90dc #90dd91

#dd90dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd90dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd90dc Color CSS Codes

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

#dd90dc Text Font Color

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

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


#dd90dc Background Color

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

This div background color is #dd90dc


#dd90dc Border Color

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

This div border color is #dd90dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd90dc


Comments

No comments written yet.

Please login to write comment.