Color Hex Logo

#d73aff Color Hex

#D73AFF
(215,58,255)
0 Favorites   0 Comments

Color spaces of #d73aff

RGB 21558255
HSL0.801.000.61
HSV288°77°100°
CMYK 0.160.770.00   0.00
XYZ47.587424.693296.8659
Yxy24.69320.28130.1460
Hunter Lab49.692383.9777-80.7904
CIE-Lab56.775383.3416-66.8790

#d73aff color RGB value is (215,58,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111010 11111111
Octal 327 72 377
Decimal 215 58 255
Hex D7 3A FF

RGB Percentages of Color #d73aff

%40.72
%10.98
%48.30

CMYK Percentages of Color #d73aff

%16
%77
%0
%0

Triadic Colors of #d73aff

#d73aff #ffd73a #3affd7

Analogous Colors of #d73aff

#d73aff #ff3ac5 #753aff

Monochromatic Colors of #d73aff

#d73aff

Complementary Color

#d73aff #62ff3a

#d73aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73aff Color CSS Codes

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

#d73aff Text Font Color

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

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


#d73aff Background Color

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

This div background color is #d73aff


#d73aff Border Color

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

This div border color is #d73aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73aff


Comments

No comments written yet.

Please login to write comment.