Color Hex Logo

#d73ffb Color Hex

#D73FFB
(215,63,251)
0 Favorites   0 Comments

Color spaces of #d73ffb

RGB 21563251
HSL0.800.960.62
HSV289°75°98°
CMYK 0.140.750.00   0.02
XYZ47.214424.967193.5974
Yxy24.96710.28480.1506
Hunter Lab49.967181.2240-76.0839
CIE-Lab57.043481.1460-64.2285

#d73ffb color RGB value is (215,63,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111111 11111011
Octal 327 77 373
Decimal 215 63 251
Hex D7 3F FB

RGB Percentages of Color #d73ffb

%40.64
%11.91
%47.45

CMYK Percentages of Color #d73ffb

%14
%75
%0
%2

Triadic Colors of #d73ffb

#d73ffb #fbd73f #3ffbd7

Analogous Colors of #d73ffb

#d73ffb #fb3fc1 #793ffb

Monochromatic Colors of #d73ffb

#d73ffb

Complementary Color

#d73ffb #63fb3f

#d73ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73ffb Color CSS Codes

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

#d73ffb Text Font Color

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

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


#d73ffb Background Color

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

This div background color is #d73ffb


#d73ffb Border Color

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

This div border color is #d73ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.