Color Hex Logo

#475bfa Color Hex

#475BFA
(71,91,250)
0 Favorites   0 Comments

Color spaces of #475bfa

RGB 7191250
HSL0.650.950.63
HSV233°72°98°
CMYK 0.720.640.00   0.02
XYZ23.594915.723992.2339
Yxy15.72390.17940.1195
Hunter Lab39.653436.8192-110.1514
CIE-Lab46.610244.3700-81.2888

#475bfa color RGB value is (71,91,250).

#475bfa hex color red value is 71, green value is 91 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #475bfa hue: 0.65 , saturation: 0.95 and the lightness value of 475bfa is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011011 11111010
Octal 107 133 372
Decimal 71 91 250
Hex 47 5B FA

RGB Percentages of Color #475bfa

%17.23
%22.09
%60.68

CMYK Percentages of Color #475bfa

%72
%64
%0
%2

Triadic Colors of #475bfa

#475bfa #fa475b #5bfa47

Analogous Colors of #475bfa

#475bfa #8d47fa #47b5fa

Monochromatic Colors of #475bfa

#475bfa

Complementary Color

#475bfa #fae647

#475bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#475bfa Color CSS Codes

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

#475bfa Text Font Color

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

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


#475bfa Background Color

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

This div background color is #475bfa


#475bfa Border Color

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

This div border color is #475bfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,91,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #475bfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #475bfa;
  -webkit-box-shadow: 1px 1px 3px 2px #475bfa;
  box-shadow:         1px 1px 3px 2px #475bfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475bfa


Comments

No comments written yet.

Please login to write comment.