Color Hex Logo

#d73dfb Color Hex

#D73DFB
(215,61,251)
0 Favorites   0 Comments

Color spaces of #d73dfb

RGB 21561251
HSL0.800.960.61
HSV289°76°98°
CMYK 0.140.760.00   0.02
XYZ47.105724.749693.5612
Yxy24.74960.28480.1496
Hunter Lab49.749081.9552-76.6804
CIE-Lab56.830681.7588-64.5707

#d73dfb color RGB value is (215,61,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111101 11111011
Octal 327 75 373
Decimal 215 61 251
Hex D7 3D FB

RGB Percentages of Color #d73dfb

%40.80
%11.57
%47.63

CMYK Percentages of Color #d73dfb

%14
%76
%0
%2

Triadic Colors of #d73dfb

#d73dfb #fbd73d #3dfbd7

Analogous Colors of #d73dfb

#d73dfb #fb3dc0 #783dfb

Monochromatic Colors of #d73dfb

#d73dfb

Complementary Color

#d73dfb #61fb3d

#d73dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73dfb Color CSS Codes

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

#d73dfb Text Font Color

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

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


#d73dfb Background Color

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

This div background color is #d73dfb


#d73dfb Border Color

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

This div border color is #d73dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73dfb


Comments

No comments written yet.

Please login to write comment.