Color Hex Logo

#475adf Color Hex

#475ADF
(71,90,223)
0 Favorites   0 Comments

Color spaces of #475adf

RGB 7190223
HSL0.650.700.58
HSV233°68°87°
CMYK 0.680.600.00   0.13
XYZ19.574013.979671.4787
Yxy13.97960.18640.1331
Hunter Lab37.389328.0168-87.1747
CIE-Lab44.203735.7699-70.0216

#475adf color RGB value is (71,90,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011010 11011111
Octal 107 132 337
Decimal 71 90 223
Hex 47 5A DF

RGB Percentages of Color #475adf

%18.49
%23.44
%58.07

CMYK Percentages of Color #475adf

%68
%60
%0
%13

Triadic Colors of #475adf

#475adf #df475a #5adf47

Analogous Colors of #475adf

#475adf #8047df #47a6df

Monochromatic Colors of #475adf

#475adf

Complementary Color

#475adf #dfcc47

#475adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#475adf Color CSS Codes

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

#475adf Text Font Color

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

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


#475adf Background Color

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

This div background color is #475adf


#475adf Border Color

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

This div border color is #475adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475adf


Comments

No comments written yet.

Please login to write comment.