Color Hex Logo

#dd9efc Color Hex

#DD9EFC
(221,158,252)
0 Favorites   0 Comments

Color spaces of #dd9efc

RGB 221158252
HSL0.780.940.80
HSV280°37°99°
CMYK 0.120.370.00   0.01
XYZ59.616346.854197.9971
Yxy46.85410.29160.2292
Hunter Lab68.450135.6763-36.9680
CIE-Lab74.096339.6554-37.7609

#dd9efc color RGB value is (221,158,252).

#dd9efc hex color red value is 221, green value is 158 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #dd9efc hue: 0.78 , saturation: 0.94 and the lightness value of dd9efc is 0.80.

The process color (four color CMYK) of #dd9efc color hex is 0.12, 0.37, 0.00, 0.01. Web safe color of #dd9efc is #cc99ff. Color #dd9efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011110 11111100
Octal 335 236 374
Decimal 221 158 252
Hex DD 9E FC

RGB Percentages of Color #dd9efc

%35.02
%25.04
%39.94

CMYK Percentages of Color #dd9efc

%12
%37
%0
%1

Triadic Colors of #dd9efc

#dd9efc #fcdd9e #9efcdd

Analogous Colors of #dd9efc

#dd9efc #fc9eec #ae9efc

Monochromatic Colors of #dd9efc

#dd9efc

Complementary Color

#dd9efc #bdfc9e

#dd9efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9efc Color CSS Codes

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

#dd9efc Text Font Color

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

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


#dd9efc Background Color

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

This div background color is #dd9efc


#dd9efc Border Color

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

This div border color is #dd9efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9efc


Comments

No comments written yet.

Please login to write comment.