Color Hex Logo

#475aea Color Hex

#475AEA
(71,90,234)
1 Favorites   0 Comments

Color spaces of #475aea

RGB 7190234
HSL0.650.800.60
HSV233°70°92°
CMYK 0.700.620.00   0.08
XYZ21.106014.592479.5461
Yxy14.59240.18310.1266
Hunter Lab38.200031.7736-96.7230
CIE-Lab45.070839.5429-74.8342

#475aea color RGB value is (71,90,234).

#475aea hex color red value is 71, green value is 90 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #475aea hue: 0.65 , saturation: 0.80 and the lightness value of 475aea is 0.60.

The process color (four color CMYK) of #475aea color hex is 0.70, 0.62, 0.00, 0.08. Web safe color of #475aea is #3366ff. Color #475aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011010 11101010
Octal 107 132 352
Decimal 71 90 234
Hex 47 5A EA

RGB Percentages of Color #475aea

%17.97
%22.78
%59.24

CMYK Percentages of Color #475aea

%70
%62
%0
%8

Triadic Colors of #475aea

#475aea #ea475a #5aea47

Analogous Colors of #475aea

#475aea #8647ea #47acea

Monochromatic Colors of #475aea

#475aea

Complementary Color

#475aea #ead747

#475aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#475aea Color CSS Codes

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

#475aea Text Font Color

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

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


#475aea Background Color

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

This div background color is #475aea


#475aea Border Color

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

This div border color is #475aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475aea


Comments

No comments written yet.

Please login to write comment.