Color Hex Logo

#d73fff Color Hex

#D73FFF
(215,63,255)
0 Favorites   0 Comments

Color spaces of #d73fff

RGB 21563255
HSL0.801.000.62
HSV288°75°100°
CMYK 0.160.750.00   0.00
XYZ47.851825.222196.9540
Yxy25.22210.28140.1483
Hunter Lab50.221682.1893-79.3056
CIE-Lab57.291281.8517-66.0478

#d73fff color RGB value is (215,63,255).

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

The process color (four color CMYK) of #d73fff color hex is 0.16, 0.75, 0.00, 0.00. Web safe color of #d73fff is #cc33ff. Color #d73fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111111 11111111
Octal 327 77 377
Decimal 215 63 255
Hex D7 3F FF

RGB Percentages of Color #d73fff

%40.34
%11.82
%47.84

CMYK Percentages of Color #d73fff

%16
%75
%0
%0

Triadic Colors of #d73fff

#d73fff #ffd73f #3fffd7

Analogous Colors of #d73fff

#d73fff #ff3fc7 #773fff

Monochromatic Colors of #d73fff

#d73fff

Complementary Color

#d73fff #67ff3f

#d73fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73fff Color CSS Codes

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

#d73fff Text Font Color

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

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


#d73fff Background Color

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

This div background color is #d73fff


#d73fff Border Color

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

This div border color is #d73fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73fff

Related Colors


Comments

No comments written yet.

Please login to write comment.