Color Hex Logo

#d693ee Color Hex

#D693EE
(214,147,238)
0 Favorites   0 Comments

Color spaces of #d693ee

RGB 214147238
HSL0.790.730.75
HSV284°38°93°
CMYK 0.100.380.00   0.07
XYZ53.597941.336686.0428
Yxy41.33660.29620.2284
Hunter Lab64.293536.2917-34.3412
CIE-Lab70.411140.6237-35.9201

#d693ee color RGB value is (214,147,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010011 11101110
Octal 326 223 356
Decimal 214 147 238
Hex D6 93 EE

RGB Percentages of Color #d693ee

%35.73
%24.54
%39.73

CMYK Percentages of Color #d693ee

%10
%38
%0
%7

Triadic Colors of #d693ee

#d693ee #eed693 #93eed6

Analogous Colors of #d693ee

#d693ee #ee93d9 #a993ee

Monochromatic Colors of #d693ee

#d693ee

Complementary Color

#d693ee #abee93

#d693ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d693ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d693ee Color CSS Codes

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

#d693ee Text Font Color

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

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


#d693ee Background Color

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

This div background color is #d693ee


#d693ee Border Color

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

This div border color is #d693ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d693ee


Comments

No comments written yet.

Please login to write comment.