Color Hex Logo

#d993ef Color Hex

#D993EF
(217,147,239)
0 Favorites   0 Comments

Color spaces of #d993ef

RGB 217147239
HSL0.790.740.76
HSV286°38°94°
CMYK 0.090.380.00   0.06
XYZ54.629041.851186.8602
Yxy41.85110.29800.2283
Hunter Lab64.692437.5211-34.3219
CIE-Lab70.768141.7169-35.8882

#d993ef color RGB value is (217,147,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010011 11101111
Octal 331 223 357
Decimal 217 147 239
Hex D9 93 EF

RGB Percentages of Color #d993ef

%35.99
%24.38
%39.64

CMYK Percentages of Color #d993ef

%9
%38
%0
%6

Triadic Colors of #d993ef

#d993ef #efd993 #93efd9

Analogous Colors of #d993ef

#d993ef #ef93d7 #ab93ef

Monochromatic Colors of #d993ef

#d993ef

Complementary Color

#d993ef #a9ef93

#d993ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d993ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d993ef Color CSS Codes

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

#d993ef Text Font Color

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

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


#d993ef Background Color

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

This div background color is #d993ef


#d993ef Border Color

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

This div border color is #d993ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,147,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d993ef


Comments

No comments written yet.

Please login to write comment.