Color Hex Logo

#d66eff Color Hex

#D66EFF
(214,110,255)
0 Favorites   0 Comments

Color spaces of #d66eff

RGB 214110255
HSL0.791.000.72
HSV283°57°100°
CMYK 0.160.570.00   0.00
XYZ51.357532.668098.2065
Yxy32.66800.28180.1793
Hunter Lab57.155960.3684-61.8642
CIE-Lab63.891262.8890-55.4935

#d66eff color RGB value is (214,110,255).

#d66eff hex color red value is 214, green value is 110 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d66eff hue: 0.79 , saturation: 1.00 and the lightness value of d66eff is 0.72.

The process color (four color CMYK) of #d66eff color hex is 0.16, 0.57, 0.00, 0.00. Web safe color of #d66eff is #cc66ff. Color #d66eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101110 11111111
Octal 326 156 377
Decimal 214 110 255
Hex D6 6E FF

RGB Percentages of Color #d66eff

%36.96
%19.00
%44.04

CMYK Percentages of Color #d66eff

%16
%57
%0
%0

Triadic Colors of #d66eff

#d66eff #ffd66e #6effd6

Analogous Colors of #d66eff

#d66eff #ff6ee0 #8e6eff

Monochromatic Colors of #d66eff

#d66eff

Complementary Color

#d66eff #97ff6e

#d66eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d66eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d66eff Color CSS Codes

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

#d66eff Text Font Color

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

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


#d66eff Background Color

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

This div background color is #d66eff


#d66eff Border Color

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

This div border color is #d66eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d66eff


Comments

No comments written yet.

Please login to write comment.