Color Hex Logo

#d60fca Color Hex

#D60FCA
(214,15,202)
0 Favorites   0 Comments

Color spaces of #d60fca

RGB 21415202
HSL0.840.870.45
HSV304°93°84°
CMYK 0.000.930.06   0.16
XYZ38.563018.902157.4931
Yxy18.90210.33550.1644
Hunter Lab43.476582.2427-47.9711
CIE-Lab50.572583.2023-46.8722

#d60fca color RGB value is (214,15,202).

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

The process color (four color CMYK) of #d60fca color hex is 0.00, 0.93, 0.06, 0.16. Web safe color of #d60fca is #cc00cc. Color #d60fca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00001111 11001010
Octal 326 17 312
Decimal 214 15 202
Hex D6 F CA

RGB Percentages of Color #d60fca

%49.65
%3.48
%46.87

CMYK Percentages of Color #d60fca

%0
%93
%6
%16

Triadic Colors of #d60fca

#d60fca #cad60f #0fcad6

Analogous Colors of #d60fca

#d60fca #d60f67 #7f0fd6

Monochromatic Colors of #d60fca

#d60fca

Complementary Color

#d60fca #0fd61b

#d60fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60fca Color CSS Codes

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

#d60fca Text Font Color

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

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


#d60fca Background Color

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

This div background color is #d60fca


#d60fca Border Color

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

This div border color is #d60fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60fca


Comments

No comments written yet.

Please login to write comment.