Color Hex Logo

#d73cfb Color Hex

#D73CFB
(215,60,251)
0 Favorites   0 Comments

Color spaces of #d73cfb

RGB 21560251
HSL0.800.960.61
HSV289°76°98°
CMYK 0.140.760.00   0.02
XYZ47.052824.643893.5436
Yxy24.64380.28480.1491
Hunter Lab49.642582.3137-76.9730
CIE-Lab56.726782.0585-64.7380

#d73cfb color RGB value is (215,60,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111100 11111011
Octal 327 74 373
Decimal 215 60 251
Hex D7 3C FB

RGB Percentages of Color #d73cfb

%40.87
%11.41
%47.72

CMYK Percentages of Color #d73cfb

%14
%76
%0
%2

Triadic Colors of #d73cfb

#d73cfb #fbd73c #3cfbd7

Analogous Colors of #d73cfb

#d73cfb #fb3cc0 #783cfb

Monochromatic Colors of #d73cfb

#d73cfb

Complementary Color

#d73cfb #60fb3c

#d73cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73cfb Color CSS Codes

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

#d73cfb Text Font Color

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

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


#d73cfb Background Color

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

This div background color is #d73cfb


#d73cfb Border Color

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

This div border color is #d73cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73cfb


Comments

No comments written yet.

Please login to write comment.