Color Hex Logo

#475ade Color Hex

#475ADE
(71,90,222)
0 Favorites   0 Comments

Color spaces of #475ade

RGB 7190222
HSL0.650.700.57
HSV232°68°87°
CMYK 0.680.590.00   0.13
XYZ19.439513.925870.7706
Yxy13.92580.18670.1337
Hunter Lab37.317327.6798-86.3188
CIE-Lab44.126335.4254-69.5790

#475ade color RGB value is (71,90,222).

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

The process color (four color CMYK) of #475ade color hex is 0.68, 0.59, 0.00, 0.13. Web safe color of #475ade is #3366cc. Color #475ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011010 11011110
Octal 107 132 336
Decimal 71 90 222
Hex 47 5A DE

RGB Percentages of Color #475ade

%18.54
%23.50
%57.96

CMYK Percentages of Color #475ade

%68
%59
%0
%13

Triadic Colors of #475ade

#475ade #de475a #5ade47

Analogous Colors of #475ade

#475ade #8047de #47a6de

Monochromatic Colors of #475ade

#475ade

Complementary Color

#475ade #decb47

#475ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#475ade Color CSS Codes

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

#475ade Text Font Color

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

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


#475ade Background Color

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

This div background color is #475ade


#475ade Border Color

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

This div border color is #475ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475ade


Comments

No comments written yet.

Please login to write comment.