Color Hex Logo

#d60fae Color Hex

#D60FAE
(214,15,174)
0 Favorites   0 Comments

Color spaces of #d60fae

RGB 21415174
HSL0.870.870.45
HSV312°93°84°
CMYK 0.000.930.19   0.16
XYZ35.542417.693841.5863
Yxy17.69380.37480.1866
Hunter Lab42.064077.2134-29.1719
CIE-Lab49.122679.5233-32.8283

#d60fae color RGB value is (214,15,174).

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

The process color (four color CMYK) of #d60fae color hex is 0.00, 0.93, 0.19, 0.16. Web safe color of #d60fae is #cc0099. Color #d60fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00001111 10101110
Octal 326 17 256
Decimal 214 15 174
Hex D6 F AE

RGB Percentages of Color #d60fae

%53.10
%3.72
%43.18

CMYK Percentages of Color #d60fae

%0
%93
%19
%16

Triadic Colors of #d60fae

#d60fae #aed60f #0faed6

Analogous Colors of #d60fae

#d60fae #d60f4b #9b0fd6

Monochromatic Colors of #d60fae

#d60fae

Complementary Color

#d60fae #0fd637

#d60fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60fae Color CSS Codes

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

#d60fae Text Font Color

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

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


#d60fae Background Color

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

This div background color is #d60fae


#d60fae Border Color

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

This div border color is #d60fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60fae


Comments

No comments written yet.

Please login to write comment.