Color Hex Logo

#d668ed Color Hex

#D668ED
(214,104,237)
0 Favorites   0 Comments

Color spaces of #d668ed

RGB 214104237
HSL0.800.790.67
HSV290°56°93°
CMYK 0.100.560.00   0.07
XYZ47.967930.311283.4432
Yxy30.31120.29660.1874
Hunter Lab55.055659.1731-51.3220
CIE-Lab61.921862.2136-48.6756

#d668ed color RGB value is (214,104,237).

#d668ed hex color red value is 214, green value is 104 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d668ed hue: 0.80 , saturation: 0.79 and the lightness value of d668ed is 0.67.

The process color (four color CMYK) of #d668ed color hex is 0.10, 0.56, 0.00, 0.07. Web safe color of #d668ed is #cc66ff. Color #d668ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101000 11101101
Octal 326 150 355
Decimal 214 104 237
Hex D6 68 ED

RGB Percentages of Color #d668ed

%38.56
%18.74
%42.70

CMYK Percentages of Color #d668ed

%10
%56
%0
%7

Triadic Colors of #d668ed

#d668ed #edd668 #68edd6

Analogous Colors of #d668ed

#d668ed #ed68c2 #9468ed

Monochromatic Colors of #d668ed

#d668ed

Complementary Color

#d668ed #7fed68

#d668ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d668ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d668ed Color CSS Codes

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

#d668ed Text Font Color

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

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


#d668ed Background Color

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

This div background color is #d668ed


#d668ed Border Color

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

This div border color is #d668ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,104,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d668ed


Comments

No comments written yet.

Please login to write comment.