Color Hex Logo

#d73fde Color Hex

#D73FDE
(215,63,222)
0 Favorites   0 Comments

Color spaces of #d73fde

RGB 21563222
HSL0.830.710.56
HSV297°72°87°
CMYK 0.030.720.00   0.13
XYZ42.986723.276071.3343
Yxy23.27600.31240.1692
Hunter Lab48.245274.6152-53.8932
CIE-Lab55.355576.2305-50.6771

#d73fde color RGB value is (215,63,222).

#d73fde hex color red value is 215, green value is 63 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d73fde hue: 0.83 , saturation: 0.71 and the lightness value of d73fde is 0.56.

The process color (four color CMYK) of #d73fde color hex is 0.03, 0.72, 0.00, 0.13. Web safe color of #d73fde is #cc33cc. Color #d73fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111111 11011110
Octal 327 77 336
Decimal 215 63 222
Hex D7 3F DE

RGB Percentages of Color #d73fde

%43.00
%12.60
%44.40

CMYK Percentages of Color #d73fde

%3
%72
%0
%13

Triadic Colors of #d73fde

#d73fde #ded73f #3fded7

Analogous Colors of #d73fde

#d73fde #de3f96 #883fde

Monochromatic Colors of #d73fde

#d73fde

Complementary Color

#d73fde #46de3f

#d73fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73fde Color CSS Codes

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

#d73fde Text Font Color

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

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


#d73fde Background Color

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

This div background color is #d73fde


#d73fde Border Color

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

This div border color is #d73fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73fde


Comments

No comments written yet.

Please login to write comment.