Color Hex Logo

#d471fb Color Hex

#D471FB
(212,113,251)
0 Favorites   0 Comments

Color spaces of #d471fb

RGB 212113251
HSL0.790.950.71
HSV283°55°98°
CMYK 0.160.550.00   0.02
XYZ50.469132.772394.9325
Yxy32.77230.28330.1839
Hunter Lab57.247157.1834-58.2473
CIE-Lab63.976160.1610-53.1754

#d471fb color RGB value is (212,113,251).

#d471fb hex color red value is 212, green value is 113 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d471fb hue: 0.79 , saturation: 0.95 and the lightness value of d471fb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110001 11111011
Octal 324 161 373
Decimal 212 113 251
Hex D4 71 FB

RGB Percentages of Color #d471fb

%36.81
%19.62
%43.58

CMYK Percentages of Color #d471fb

%16
%55
%0
%2

Triadic Colors of #d471fb

#d471fb #fbd471 #71fbd4

Analogous Colors of #d471fb

#d471fb #fb71dd #8f71fb

Monochromatic Colors of #d471fb

#d471fb

Complementary Color

#d471fb #98fb71

#d471fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d471fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d471fb Color CSS Codes

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

#d471fb Text Font Color

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

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


#d471fb Background Color

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

This div background color is #d471fb


#d471fb Border Color

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

This div border color is #d471fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d471fb

Related Colors


Comments

No comments written yet.

Please login to write comment.