Color Hex Logo

#477bfb Color Hex

#477BFB
(71,123,251)
0 Favorites   0 Comments

Color spaces of #477bfb

RGB 71123251
HSL0.620.960.63
HSV223°72°98°
CMYK 0.720.510.00   0.02
XYZ27.094122.470594.1760
Yxy22.47050.18850.1563
Hunter Lab47.403119.0696-84.6097
CIE-Lab54.522725.0882-68.9655

#477bfb color RGB value is (71,123,251).

#477bfb hex color red value is 71, green value is 123 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #477bfb hue: 0.62 , saturation: 0.96 and the lightness value of 477bfb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111011 11111011
Octal 107 173 373
Decimal 71 123 251
Hex 47 7B FB

RGB Percentages of Color #477bfb

%15.96
%27.64
%56.40

CMYK Percentages of Color #477bfb

%72
%51
%0
%2

Triadic Colors of #477bfb

#477bfb #fb477b #7bfb47

Analogous Colors of #477bfb

#477bfb #6d47fb #47d5fb

Monochromatic Colors of #477bfb

#477bfb

Complementary Color

#477bfb #fbc747

#477bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#477bfb Color CSS Codes

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

#477bfb Text Font Color

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

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


#477bfb Background Color

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

This div background color is #477bfb


#477bfb Border Color

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

This div border color is #477bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477bfb


Comments

No comments written yet.

Please login to write comment.