Color Hex Logo

#dd94ee Color Hex

#DD94EE
(221,148,238)
0 Favorites   0 Comments

Color spaces of #dd94ee

RGB 221148238
HSL0.800.730.76
HSV289°38°93°
CMYK 0.070.380.00   0.07
XYZ55.841342.725086.1925
Yxy42.72500.30220.2312
Hunter Lab65.364438.1063-32.4275
CIE-Lab71.367942.1843-34.3776

#dd94ee color RGB value is (221,148,238).

#dd94ee hex color red value is 221, green value is 148 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dd94ee hue: 0.80 , saturation: 0.73 and the lightness value of dd94ee is 0.76.

The process color (four color CMYK) of #dd94ee color hex is 0.07, 0.38, 0.00, 0.07. Web safe color of #dd94ee is #cc99ff. Color #dd94ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010100 11101110
Octal 335 224 356
Decimal 221 148 238
Hex DD 94 EE

RGB Percentages of Color #dd94ee

%36.41
%24.38
%39.21

CMYK Percentages of Color #dd94ee

%7
%38
%0
%7

Triadic Colors of #dd94ee

#dd94ee #eedd94 #94eedd

Analogous Colors of #dd94ee

#dd94ee #ee94d2 #b094ee

Monochromatic Colors of #dd94ee

#dd94ee

Complementary Color

#dd94ee #a5ee94

#dd94ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd94ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd94ee Color CSS Codes

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

#dd94ee Text Font Color

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

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


#dd94ee Background Color

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

This div background color is #dd94ee


#dd94ee Border Color

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

This div border color is #dd94ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd94ee


Comments

No comments written yet.

Please login to write comment.