Color Hex Logo

#dd9ff0 Color Hex

#DD9FF0
(221,159,240)
0 Favorites   0 Comments

Color spaces of #dd9ff0

RGB 221159240
HSL0.790.730.78
HSV286°34°94°
CMYK 0.080.340.00   0.06
XYZ57.945146.459788.3517
Yxy46.45970.30060.2410
Hunter Lab68.161432.4635-29.1396
CIE-Lab73.842836.7108-31.6427

#dd9ff0 color RGB value is (221,159,240).

#dd9ff0 hex color red value is 221, green value is 159 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #dd9ff0 hue: 0.79 , saturation: 0.73 and the lightness value of dd9ff0 is 0.78.

The process color (four color CMYK) of #dd9ff0 color hex is 0.08, 0.34, 0.00, 0.06. Web safe color of #dd9ff0 is #cc99ff. Color #dd9ff0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011111 11110000
Octal 335 237 360
Decimal 221 159 240
Hex DD 9F F0

RGB Percentages of Color #dd9ff0

%35.65
%25.65
%38.71

CMYK Percentages of Color #dd9ff0

%8
%34
%0
%6

Triadic Colors of #dd9ff0

#dd9ff0 #f0dd9f #9ff0dd

Analogous Colors of #dd9ff0

#dd9ff0 #f09fdb #b59ff0

Monochromatic Colors of #dd9ff0

#dd9ff0

Complementary Color

#dd9ff0 #b2f09f

#dd9ff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9ff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9ff0 Color CSS Codes

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

#dd9ff0 Text Font Color

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

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


#dd9ff0 Background Color

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

This div background color is #dd9ff0


#dd9ff0 Border Color

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

This div border color is #dd9ff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9ff0


Comments

No comments written yet.

Please login to write comment.