Color Hex Logo

#475ecf Color Hex

#475ECF
(71,94,207)
0 Favorites   0 Comments

Color spaces of #475ecf

RGB 7194207
HSL0.640.590.55
HSV230°66°81°
CMYK 0.660.550.00   0.19
XYZ17.863713.850060.7633
Yxy13.85000.19320.1498
Hunter Lab37.215620.5538-70.7541
CIE-Lab44.017027.7111-61.1832

#475ecf color RGB value is (71,94,207).

#475ecf hex color red value is 71, green value is 94 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #475ecf hue: 0.64 , saturation: 0.59 and the lightness value of 475ecf is 0.55.

The process color (four color CMYK) of #475ecf color hex is 0.66, 0.55, 0.00, 0.19. Web safe color of #475ecf is #3366cc. Color #475ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011110 11001111
Octal 107 136 317
Decimal 71 94 207
Hex 47 5E CF

RGB Percentages of Color #475ecf

%19.09
%25.27
%55.65

CMYK Percentages of Color #475ecf

%66
%55
%0
%19

Triadic Colors of #475ecf

#475ecf #cf475e #5ecf47

Analogous Colors of #475ecf

#475ecf #7447cf #47a2cf

Monochromatic Colors of #475ecf

#475ecf

Complementary Color

#475ecf #cfb847

#475ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#475ecf Color CSS Codes

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

#475ecf Text Font Color

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

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


#475ecf Background Color

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

This div background color is #475ecf


#475ecf Border Color

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

This div border color is #475ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475ecf


Comments

No comments written yet.

Please login to write comment.