Color Hex Logo

#475cfa Color Hex

#475CFA
(71,92,250)
0 Favorites   0 Comments

Color spaces of #475cfa

RGB 7192250
HSL0.650.950.63
HSV233°72°98°
CMYK 0.720.630.00   0.02
XYZ23.681015.896092.2626
Yxy15.89600.17960.1206
Hunter Lab39.869836.2495-109.2940
CIE-Lab46.837743.7707-80.9160

#475cfa color RGB value is (71,92,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011100 11111010
Octal 107 134 372
Decimal 71 92 250
Hex 47 5C FA

RGB Percentages of Color #475cfa

%17.19
%22.28
%60.53

CMYK Percentages of Color #475cfa

%72
%63
%0
%2

Triadic Colors of #475cfa

#475cfa #fa475c #5cfa47

Analogous Colors of #475cfa

#475cfa #8c47fa #47b6fa

Monochromatic Colors of #475cfa

#475cfa

Complementary Color

#475cfa #fae547

#475cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#475cfa Color CSS Codes

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

#475cfa Text Font Color

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

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


#475cfa Background Color

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

This div background color is #475cfa


#475cfa Border Color

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

This div border color is #475cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475cfa


Comments

No comments written yet.

Please login to write comment.