Color Hex Logo

#471ffb Color Hex

#471FFB
(71,31,251)
0 Favorites   0 Comments

Color spaces of #471ffb

RGB 7131251
HSL0.700.960.55
HSV251°88°98°
CMYK 0.720.880.00   0.02
XYZ20.50119.284691.9784
Yxy9.28460.16840.0763
Hunter Lab30.470666.7738-157.6428
CIE-Lab36.526673.4508-98.4994

#471ffb color RGB value is (71,31,251).

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

The process color (four color CMYK) of #471ffb color hex is 0.72, 0.88, 0.00, 0.02. Web safe color of #471ffb is #3333ff. Color #471ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011111 11111011
Octal 107 37 373
Decimal 71 31 251
Hex 47 1F FB

RGB Percentages of Color #471ffb

%20.11
%8.78
%71.10

CMYK Percentages of Color #471ffb

%72
%88
%0
%2

Triadic Colors of #471ffb

#471ffb #fb471f #1ffb47

Analogous Colors of #471ffb

#471ffb #b51ffb #1f65fb

Monochromatic Colors of #471ffb

#471ffb

Complementary Color

#471ffb #d3fb1f

#471ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#471ffb Color CSS Codes

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

#471ffb Text Font Color

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

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


#471ffb Background Color

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

This div background color is #471ffb


#471ffb Border Color

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

This div border color is #471ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471ffb


Comments

No comments written yet.

Please login to write comment.