Color Hex Logo

#471fde Color Hex

#471FDE
(71,31,222)
0 Favorites   0 Comments

Color spaces of #471fde

RGB 7131222
HSL0.700.750.50
HSV253°86°87°
CMYK 0.680.860.00   0.13
XYZ16.27337.593569.7152
Yxy7.59350.17390.0811
Hunter Lab27.556357.1891-130.7094
CIE-Lab33.121565.9095-87.6873

#471fde color RGB value is (71,31,222).

#471fde hex color red value is 71, green value is 31 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #471fde hue: 0.70 , saturation: 0.75 and the lightness value of 471fde is 0.50.

The process color (four color CMYK) of #471fde color hex is 0.68, 0.86, 0.00, 0.13. Web safe color of #471fde is #3333cc. Color #471fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011111 11011110
Octal 107 37 336
Decimal 71 31 222
Hex 47 1F DE

RGB Percentages of Color #471fde

%21.91
%9.57
%68.52

CMYK Percentages of Color #471fde

%68
%86
%0
%13

Triadic Colors of #471fde

#471fde #de471f #1fde47

Analogous Colors of #471fde

#471fde #a71fde #1f57de

Monochromatic Colors of #471fde

#471fde

Complementary Color

#471fde #b6de1f

#471fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#471fde Color CSS Codes

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

#471fde Text Font Color

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

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


#471fde Background Color

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

This div background color is #471fde


#471fde Border Color

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

This div border color is #471fde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,31,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #471fde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #471fde;
  -webkit-box-shadow: 1px 1px 3px 2px #471fde;
  box-shadow:         1px 1px 3px 2px #471fde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,31,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471fde


Comments

No comments written yet.

Please login to write comment.