Color Hex Logo

#dd9fea Color Hex

#DD9FEA
(221,159,234)
0 Favorites   0 Comments

Color spaces of #dd9fea

RGB 221159234
HSL0.800.640.77
HSV290°32°92°
CMYK 0.060.320.00   0.08
XYZ57.068246.108983.7340
Yxy46.10890.30530.2467
Hunter Lab67.903531.1857-25.5799
CIE-Lab73.616135.5384-28.7253

#dd9fea color RGB value is (221,159,234).

#dd9fea hex color red value is 221, green value is 159 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dd9fea hue: 0.80 , saturation: 0.64 and the lightness value of dd9fea is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011111 11101010
Octal 335 237 352
Decimal 221 159 234
Hex DD 9F EA

RGB Percentages of Color #dd9fea

%35.99
%25.90
%38.11

CMYK Percentages of Color #dd9fea

%6
%32
%0
%8

Triadic Colors of #dd9fea

#dd9fea #eadd9f #9feadd

Analogous Colors of #dd9fea

#dd9fea #ea9fd2 #b89fea

Monochromatic Colors of #dd9fea

#dd9fea

Complementary Color

#dd9fea #acea9f

#dd9fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9fea Color CSS Codes

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

#dd9fea Text Font Color

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

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


#dd9fea Background Color

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

This div background color is #dd9fea


#dd9fea Border Color

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

This div border color is #dd9fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9fea


Comments

No comments written yet.

Please login to write comment.