color codes Logo

#dd9efe color codes

#DD9EFE
(221,158,254)
0 Favorites   0 Comments

Color spaces of #dd9efe

RGB 221158254
HSL0.780.980.81
HSV279°38°100°
CMYK 0.130.380.00   0.00
XYZ59.935046.981699.6754
Yxy46.98160.29010.2274
Hunter Lab68.543136.1323-38.2393
CIE-Lab74.178040.0648-38.7163

#dd9efe color RGB value is (221,158,254).

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

The process color (four color CMYK) of #dd9efe color code is 0.13, 0.38, 0.00, 0.00. Web safe color of #dd9efe is #cc99ff. Color #dd9efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011110 11111110
Octal 335 236 376
Decimal 221 158 254
Hex DD 9E FE

RGB Percentages of Color #dd9efe

%34.91
%24.96
%40.13

CMYK Percentages of Color #dd9efe

%13
%38
%0
%0

Triadic Colors of #dd9efe

#dd9efe #fedd9e #9efedd

Analogous Colors of #dd9efe

#dd9efe #fe9eef #ad9efe

Monochromatic Colors of #dd9efe

#dd9efe

Complementary Color

#dd9efe #bffe9e

#dd9efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9efe Color CSS Codes

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

#dd9efe Text Font Color

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

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


#dd9efe Background Color

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

This div background color is #dd9efe


#dd9efe Border Color

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

This div border color is #dd9efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9efe

Related Colors


Comments

No comments written yet.

Please login to write comment.