Color Hex Logo

#d73ff5 Color Hex

#D73FF5
(215,63,245)
0 Favorites   0 Comments

Color spaces of #d73ff5

RGB 21563245
HSL0.810.900.60
HSV290°74°96°
CMYK 0.120.740.00   0.04
XYZ46.283324.594788.6940
Yxy24.59470.29000.1541
Hunter Lab49.593079.7994-71.3213
CIE-Lab56.678480.0988-61.4772

#d73ff5 color RGB value is (215,63,245).

#d73ff5 hex color red value is 215, green value is 63 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #d73ff5 hue: 0.81 , saturation: 0.90 and the lightness value of d73ff5 is 0.60.

The process color (four color CMYK) of #d73ff5 color hex is 0.12, 0.74, 0.00, 0.04. Web safe color of #d73ff5 is #cc33ff. Color #d73ff5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111111 11110101
Octal 327 77 365
Decimal 215 63 245
Hex D7 3F F5

RGB Percentages of Color #d73ff5

%41.11
%12.05
%46.85

CMYK Percentages of Color #d73ff5

%12
%74
%0
%4

Triadic Colors of #d73ff5

#d73ff5 #f5d73f #3ff5d7

Analogous Colors of #d73ff5

#d73ff5 #f53fb8 #7c3ff5

Monochromatic Colors of #d73ff5

#d73ff5

Complementary Color

#d73ff5 #5df53f

#d73ff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73ff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73ff5 Color CSS Codes

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

#d73ff5 Text Font Color

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

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


#d73ff5 Background Color

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

This div background color is #d73ff5


#d73ff5 Border Color

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

This div border color is #d73ff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73ff5


Comments

No comments written yet.

Please login to write comment.