Color Hex Logo

#d671fe Color Hex

#D671FE
(214,113,254)
0 Favorites   0 Comments

Color spaces of #d671fe

RGB 214113254
HSL0.790.990.72
HSV283°56°100°
CMYK 0.160.560.00   0.00
XYZ51.526133.262297.4704
Yxy33.26220.28270.1825
Hunter Lab57.673458.5456-59.8312
CIE-Lab64.372761.2589-54.1793

#d671fe color RGB value is (214,113,254).

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

The process color (four color CMYK) of #d671fe color hex is 0.16, 0.56, 0.00, 0.00. Web safe color of #d671fe is #cc66ff. Color #d671fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110001 11111110
Octal 326 161 376
Decimal 214 113 254
Hex D6 71 FE

RGB Percentages of Color #d671fe

%36.83
%19.45
%43.72

CMYK Percentages of Color #d671fe

%16
%56
%0
%0

Triadic Colors of #d671fe

#d671fe #fed671 #71fed6

Analogous Colors of #d671fe

#d671fe #fe71e0 #9071fe

Monochromatic Colors of #d671fe

#d671fe

Complementary Color

#d671fe #99fe71

#d671fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d671fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d671fe Color CSS Codes

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

#d671fe Text Font Color

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

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


#d671fe Background Color

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

This div background color is #d671fe


#d671fe Border Color

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

This div border color is #d671fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,113,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d671fe

Related Colors


Comments

No comments written yet.

Please login to write comment.