Color Hex Logo

#d73ff7 Color Hex

#D73FF7
(215,63,247)
0 Favorites   0 Comments

Color spaces of #d73ff7

RGB 21563247
HSL0.800.920.61
HSV290°74°97°
CMYK 0.130.740.00   0.03
XYZ46.590324.717590.3111
Yxy24.71750.28830.1529
Hunter Lab49.716780.2709-72.8995
CIE-Lab56.799180.4461-62.3973

#d73ff7 color RGB value is (215,63,247).

#d73ff7 hex color red value is 215, green value is 63 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #d73ff7 hue: 0.80 , saturation: 0.92 and the lightness value of d73ff7 is 0.61.

The process color (four color CMYK) of #d73ff7 color hex is 0.13, 0.74, 0.00, 0.03. Web safe color of #d73ff7 is #cc33ff. Color #d73ff7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111111 11110111
Octal 327 77 367
Decimal 215 63 247
Hex D7 3F F7

RGB Percentages of Color #d73ff7

%40.95
%12.00
%47.05

CMYK Percentages of Color #d73ff7

%13
%74
%0
%3

Triadic Colors of #d73ff7

#d73ff7 #f7d73f #3ff7d7

Analogous Colors of #d73ff7

#d73ff7 #f73fbb #7b3ff7

Monochromatic Colors of #d73ff7

#d73ff7

Complementary Color

#d73ff7 #5ff73f

#d73ff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73ff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73ff7 Color CSS Codes

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

#d73ff7 Text Font Color

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

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


#d73ff7 Background Color

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

This div background color is #d73ff7


#d73ff7 Border Color

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

This div border color is #d73ff7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,63,247, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73ff7


Comments

No comments written yet.

Please login to write comment.