Color Hex Logo

#d66bff Color Hex

#D66BFF
(214,107,255)
1 Favorites   0 Comments

Color spaces of #d66bff

RGB 214107255
HSL0.791.000.71
HSV283°58°100°
CMYK 0.160.580.00   0.00
XYZ51.039332.031598.1004
Yxy32.03150.28170.1768
Hunter Lab56.596461.9298-63.1519
CIE-Lab63.368964.2974-56.3243

#d66bff color RGB value is (214,107,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101011 11111111
Octal 326 153 377
Decimal 214 107 255
Hex D6 6B FF

RGB Percentages of Color #d66bff

%37.15
%18.58
%44.27

CMYK Percentages of Color #d66bff

%16
%58
%0
%0

Triadic Colors of #d66bff

#d66bff #ffd66b #6bffd6

Analogous Colors of #d66bff

#d66bff #ff6bde #8c6bff

Monochromatic Colors of #d66bff

#d66bff

Complementary Color

#d66bff #94ff6b

#d66bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d66bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d66bff Color CSS Codes

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

#d66bff Text Font Color

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

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


#d66bff Background Color

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

This div background color is #d66bff


#d66bff Border Color

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

This div border color is #d66bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d66bff

Related Colors


Comments

No comments written yet.

Please login to write comment.