Color Hex Logo

#d60fde Color Hex

#D60FDE
(214,15,222)
0 Favorites   0 Comments

Color spaces of #d60fde

RGB 21415222
HSL0.830.870.46
HSV298°93°87°
CMYK 0.040.930.00   0.13
XYZ41.087219.911770.7850
Yxy19.91170.31180.1511
Hunter Lab44.622586.2685-62.8163
CIE-Lab51.737286.0880-56.4685

#d60fde color RGB value is (214,15,222).

#d60fde hex color red value is 214, green value is 15 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d60fde hue: 0.83 , saturation: 0.87 and the lightness value of d60fde is 0.46.

The process color (four color CMYK) of #d60fde color hex is 0.04, 0.93, 0.00, 0.13. Web safe color of #d60fde is #cc00cc. Color #d60fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00001111 11011110
Octal 326 17 336
Decimal 214 15 222
Hex D6 F DE

RGB Percentages of Color #d60fde

%47.45
%3.33
%49.22

CMYK Percentages of Color #d60fde

%4
%93
%0
%13

Triadic Colors of #d60fde

#d60fde #ded60f #0fded6

Analogous Colors of #d60fde

#d60fde #de0f7f #6f0fde

Monochromatic Colors of #d60fde

#d60fde

Complementary Color

#d60fde #17de0f

#d60fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60fde Color CSS Codes

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

#d60fde Text Font Color

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

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


#d60fde Background Color

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

This div background color is #d60fde


#d60fde Border Color

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

This div border color is #d60fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60fde


Comments

No comments written yet.

Please login to write comment.