Color Hex Logo

#d661ff Color Hex

#D661FF
(214,97,255)
0 Favorites   0 Comments

Color spaces of #d661ff

RGB 21497255
HSL0.791.000.69
HSV284°62°100°
CMYK 0.160.620.00   0.00
XYZ50.056230.065597.7727
Yxy30.06550.28140.1690
Hunter Lab54.832066.9968-67.3395
CIE-Lab61.710768.8186-58.9680

#d661ff color RGB value is (214,97,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100001 11111111
Octal 326 141 377
Decimal 214 97 255
Hex D6 61 FF

RGB Percentages of Color #d661ff

%37.81
%17.14
%45.05

CMYK Percentages of Color #d661ff

%16
%62
%0
%0

Triadic Colors of #d661ff

#d661ff #ffd661 #61ffd6

Analogous Colors of #d661ff

#d661ff #ff61d9 #8761ff

Monochromatic Colors of #d661ff

#d661ff

Complementary Color

#d661ff #8aff61

#d661ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d661ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d661ff Color CSS Codes

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

#d661ff Text Font Color

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

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


#d661ff Background Color

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

This div background color is #d661ff


#d661ff Border Color

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

This div border color is #d661ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d661ff

#d661ff Color Palettes


Comments

No comments written yet.

Please login to write comment.