Color Hex Logo

#d660fa Color Hex

#D660FA
(214,96,250)
0 Favorites   0 Comments

Color spaces of #d660fa

RGB 21496250
HSL0.790.940.68
HSV286°62°98°
CMYK 0.140.620.00   0.02
XYZ49.169729.564093.5574
Yxy29.56400.28540.1716
Hunter Lab54.372866.2664-63.9573
CIE-Lab61.276268.2936-56.9034

#d660fa color RGB value is (214,96,250).

#d660fa hex color red value is 214, green value is 96 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d660fa hue: 0.79 , saturation: 0.94 and the lightness value of d660fa is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100000 11111010
Octal 326 140 372
Decimal 214 96 250
Hex D6 60 FA

RGB Percentages of Color #d660fa

%38.21
%17.14
%44.64

CMYK Percentages of Color #d660fa

%14
%62
%0
%2

Triadic Colors of #d660fa

#d660fa #fad660 #60fad6

Analogous Colors of #d660fa

#d660fa #fa60d1 #8960fa

Monochromatic Colors of #d660fa

#d660fa

Complementary Color

#d660fa #84fa60

#d660fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d660fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d660fa Color CSS Codes

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

#d660fa Text Font Color

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

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


#d660fa Background Color

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

This div background color is #d660fa


#d660fa Border Color

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

This div border color is #d660fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d660fa

Related Colors


Comments

No comments written yet.

Please login to write comment.