Color Hex Logo

#d73fae Color Hex

#D73FAE
(215,63,174)
0 Favorites   0 Comments

Color spaces of #d73fae

RGB 21563174
HSL0.880.660.55
HSV316°71°84°
CMYK 0.000.710.19   0.16
XYZ37.441821.058142.1356
Yxy21.05810.37210.2093
Hunter Lab45.889165.3356-22.3180
CIE-Lab53.013069.0600-26.7568

#d73fae color RGB value is (215,63,174).

#d73fae hex color red value is 215, green value is 63 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d73fae hue: 0.88 , saturation: 0.66 and the lightness value of d73fae is 0.55.

The process color (four color CMYK) of #d73fae color hex is 0.00, 0.71, 0.19, 0.16. Web safe color of #d73fae is #cc3399. Color #d73fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111111 10101110
Octal 327 77 256
Decimal 215 63 174
Hex D7 3F AE

RGB Percentages of Color #d73fae

%47.57
%13.94
%38.50

CMYK Percentages of Color #d73fae

%0
%71
%19
%16

Triadic Colors of #d73fae

#d73fae #aed73f #3faed7

Analogous Colors of #d73fae

#d73fae #d73f62 #b43fd7

Monochromatic Colors of #d73fae

#d73fae

Complementary Color

#d73fae #3fd768

#d73fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73fae Color CSS Codes

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

#d73fae Text Font Color

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

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


#d73fae Background Color

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

This div background color is #d73fae


#d73fae Border Color

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

This div border color is #d73fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73fae


Comments

No comments written yet.

Please login to write comment.