Color Hex Logo

#d671ff Color Hex

#D671FF
(214,113,255)
0 Favorites   0 Comments

Color spaces of #d671ff

RGB 214113255
HSL0.791.000.72
HSV283°56°100°
CMYK 0.160.560.00   0.00
XYZ51.686733.326498.3162
Yxy33.32640.28190.1818
Hunter Lab57.729058.7912-60.5643
CIE-Lab64.424361.4593-54.6462

#d671ff color RGB value is (214,113,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110001 11111111
Octal 326 161 377
Decimal 214 113 255
Hex D6 71 FF

RGB Percentages of Color #d671ff

%36.77
%19.42
%43.81

CMYK Percentages of Color #d671ff

%16
%56
%0
%0

Triadic Colors of #d671ff

#d671ff #ffd671 #71ffd6

Analogous Colors of #d671ff

#d671ff #ff71e1 #8f71ff

Monochromatic Colors of #d671ff

#d671ff

Complementary Color

#d671ff #9aff71

#d671ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d671ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d671ff Color CSS Codes

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

#d671ff Text Font Color

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

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


#d671ff Background Color

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

This div background color is #d671ff


#d671ff Border Color

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

This div border color is #d671ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d671ff


Comments

No comments written yet.

Please login to write comment.