Color Hex Logo

#d73dff Color Hex

#D73DFF
(215,61,255)
0 Favorites   0 Comments

Color spaces of #d73dff

RGB 21561255
HSL0.801.000.62
HSV288°76°100°
CMYK 0.160.760.00   0.00
XYZ47.743125.004696.9178
Yxy25.00460.28140.1474
Hunter Lab50.004682.9191-79.9113
CIE-Lab57.079982.4610-66.3881

#d73dff color RGB value is (215,61,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111101 11111111
Octal 327 75 377
Decimal 215 61 255
Hex D7 3D FF

RGB Percentages of Color #d73dff

%40.49
%11.49
%48.02

CMYK Percentages of Color #d73dff

%16
%76
%0
%0

Triadic Colors of #d73dff

#d73dff #ffd73d #3dffd7

Analogous Colors of #d73dff

#d73dff #ff3dc6 #763dff

Monochromatic Colors of #d73dff

#d73dff

Complementary Color

#d73dff #65ff3d

#d73dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73dff Color CSS Codes

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

#d73dff Text Font Color

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

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


#d73dff Background Color

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

This div background color is #d73dff


#d73dff Border Color

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

This div border color is #d73dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73dff


Comments

No comments written yet.

Please login to write comment.