Color Hex Logo

#d673fb Color Hex

#D673FB
(214,115,251)
0 Favorites   0 Comments

Color spaces of #d673fb

RGB 214115251
HSL0.790.940.72
HSV284°54°98°
CMYK 0.150.540.00   0.02
XYZ51.274933.522695.0348
Yxy33.52260.28510.1864
Hunter Lab57.898756.7563-56.7894
CIE-Lab64.581859.6936-52.1996

#d673fb color RGB value is (214,115,251).

#d673fb hex color red value is 214, green value is 115 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d673fb hue: 0.79 , saturation: 0.94 and the lightness value of d673fb is 0.72.

The process color (four color CMYK) of #d673fb color hex is 0.15, 0.54, 0.00, 0.02. Web safe color of #d673fb is #cc66ff. Color #d673fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110011 11111011
Octal 326 163 373
Decimal 214 115 251
Hex D6 73 FB

RGB Percentages of Color #d673fb

%36.90
%19.83
%43.28

CMYK Percentages of Color #d673fb

%15
%54
%0
%2

Triadic Colors of #d673fb

#d673fb #fbd673 #73fbd6

Analogous Colors of #d673fb

#d673fb #fb73dc #9273fb

Monochromatic Colors of #d673fb

#d673fb

Complementary Color

#d673fb #98fb73

#d673fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d673fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d673fb Color CSS Codes

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

#d673fb Text Font Color

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

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


#d673fb Background Color

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

This div background color is #d673fb


#d673fb Border Color

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

This div border color is #d673fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d673fb


Comments

No comments written yet.

Please login to write comment.