Color Hex Logo

#d993ee Color Hex

#D993EE
(217,147,238)
0 Favorites   0 Comments

Color spaces of #d993ee

RGB 217147238
HSL0.790.730.75
HSV286°38°93°
CMYK 0.090.380.00   0.07
XYZ54.481641.792286.0841
Yxy41.79220.29880.2292
Hunter Lab64.646937.3000-33.6980
CIE-Lab70.727441.5182-35.4043

#d993ee color RGB value is (217,147,238).

#d993ee hex color red value is 217, green value is 147 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d993ee hue: 0.79 , saturation: 0.73 and the lightness value of d993ee is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010011 11101110
Octal 331 223 356
Decimal 217 147 238
Hex D9 93 EE

RGB Percentages of Color #d993ee

%36.05
%24.42
%39.53

CMYK Percentages of Color #d993ee

%9
%38
%0
%7

Triadic Colors of #d993ee

#d993ee #eed993 #93eed9

Analogous Colors of #d993ee

#d993ee #ee93d6 #ac93ee

Monochromatic Colors of #d993ee

#d993ee

Complementary Color

#d993ee #a8ee93

#d993ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d993ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d993ee Color CSS Codes

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

#d993ee Text Font Color

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

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


#d993ee Background Color

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

This div background color is #d993ee


#d993ee Border Color

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

This div border color is #d993ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d993ee


Comments

No comments written yet.

Please login to write comment.