Color Hex Logo

#d471ff Color Hex

#D471FF
(212,113,255)
0 Favorites   0 Comments

Color spaces of #d471ff

RGB 212113255
HSL0.781.000.72
HSV282°56°100°
CMYK 0.170.560.00   0.00
XYZ51.106533.027398.2890
Yxy33.02730.28020.1810
Hunter Lab57.469458.1655-61.1742
CIE-Lab64.183060.9666-55.0444

#d471ff color RGB value is (212,113,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110001 11111111
Octal 324 161 377
Decimal 212 113 255
Hex D4 71 FF

RGB Percentages of Color #d471ff

%36.55
%19.48
%43.97

CMYK Percentages of Color #d471ff

%17
%56
%0
%0

Triadic Colors of #d471ff

#d471ff #ffd471 #71ffd4

Analogous Colors of #d471ff

#d471ff #ff71e3 #8d71ff

Monochromatic Colors of #d471ff

#d471ff

Complementary Color

#d471ff #9cff71

#d471ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d471ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d471ff Color CSS Codes

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

#d471ff Text Font Color

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

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


#d471ff Background Color

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

This div background color is #d471ff


#d471ff Border Color

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

This div border color is #d471ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d471ff

Related Colors


Comments

No comments written yet.

Please login to write comment.