Color Hex Logo

#d66cff Color Hex

#D66CFF
(214,108,255)
0 Favorites   0 Comments

Color spaces of #d66cff

RGB 214108255
HSL0.791.000.71
HSV283°58°100°
CMYK 0.160.580.00   0.00
XYZ51.144132.241398.1353
Yxy32.24130.28180.1776
Hunter Lab56.781461.4108-62.7239
CIE-Lab63.541863.8301-56.0491

#d66cff color RGB value is (214,108,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101100 11111111
Octal 326 154 377
Decimal 214 108 255
Hex D6 6C FF

RGB Percentages of Color #d66cff

%37.09
%18.72
%44.19

CMYK Percentages of Color #d66cff

%16
%58
%0
%0

Triadic Colors of #d66cff

#d66cff #ffd66c #6cffd6

Analogous Colors of #d66cff

#d66cff #ff6cdf #8d6cff

Monochromatic Colors of #d66cff

#d66cff

Complementary Color

#d66cff #95ff6c

#d66cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d66cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d66cff Color CSS Codes

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

#d66cff Text Font Color

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

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


#d66cff Background Color

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

This div background color is #d66cff


#d66cff Border Color

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

This div border color is #d66cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d66cff


Comments

No comments written yet.

Please login to write comment.