Color Hex Logo

#d939ee Color Hex

#D939EE
(217,57,238)
0 Favorites   0 Comments

Color spaces of #d939ee

RGB 21757238
HSL0.810.840.58
HSV293°76°93°
CMYK 0.090.760.00   0.07
XYZ45.511023.851083.0939
Yxy23.85100.29850.1564
Hunter Lab48.837580.8762-66.6920
CIE-Lab55.938381.0885-58.7362

#d939ee color RGB value is (217,57,238).

#d939ee hex color red value is 217, green value is 57 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d939ee hue: 0.81 , saturation: 0.84 and the lightness value of d939ee is 0.58.

The process color (four color CMYK) of #d939ee color hex is 0.09, 0.76, 0.00, 0.07. Web safe color of #d939ee is #cc33ff. Color #d939ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111001 11101110
Octal 331 71 356
Decimal 217 57 238
Hex D9 39 EE

RGB Percentages of Color #d939ee

%42.38
%11.13
%46.48

CMYK Percentages of Color #d939ee

%9
%76
%0
%7

Triadic Colors of #d939ee

#d939ee #eed939 #39eed9

Analogous Colors of #d939ee

#d939ee #ee39a9 #7f39ee

Monochromatic Colors of #d939ee

#d939ee

Complementary Color

#d939ee #4eee39

#d939ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d939ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d939ee Color CSS Codes

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

#d939ee Text Font Color

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

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


#d939ee Background Color

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

This div background color is #d939ee


#d939ee Border Color

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

This div border color is #d939ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,57,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 #d939ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d939ee


Comments

No comments written yet.

Please login to write comment.