Color Hex Logo

#471bfb Color Hex

#471BFB
(71,27,251)
0 Favorites   0 Comments

Color spaces of #471bfb

RGB 7127251
HSL0.700.970.55
HSV252°89°98°
CMYK 0.720.890.00   0.02
XYZ20.40319.088591.9457
Yxy9.08850.16800.0748
Hunter Lab30.147168.0484-159.7255
CIE-Lab36.154174.5776-99.1191

#471bfb color RGB value is (71,27,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011011 11111011
Octal 107 33 373
Decimal 71 27 251
Hex 47 1B FB

RGB Percentages of Color #471bfb

%20.34
%7.74
%71.92

CMYK Percentages of Color #471bfb

%72
%89
%0
%2

Triadic Colors of #471bfb

#471bfb #fb471b #1bfb47

Analogous Colors of #471bfb

#471bfb #b71bfb #1b5ffb

Monochromatic Colors of #471bfb

#471bfb

Complementary Color

#471bfb #cffb1b

#471bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#471bfb Color CSS Codes

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

#471bfb Text Font Color

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

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


#471bfb Background Color

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

This div background color is #471bfb


#471bfb Border Color

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

This div border color is #471bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471bfb


Comments

No comments written yet.

Please login to write comment.