Color Hex Logo

#475eef Color Hex

#475EEF
(71,94,239)
0 Favorites   0 Comments

Color spaces of #475eef

RGB 7194239
HSL0.640.840.61
HSV232°70°94°
CMYK 0.700.610.00   0.06
XYZ22.181215.577083.4989
Yxy15.57700.18290.1285
Hunter Lab39.467731.2501-97.8081
CIE-Lab46.414638.8073-75.4529

#475eef color RGB value is (71,94,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011110 11101111
Octal 107 136 357
Decimal 71 94 239
Hex 47 5E EF

RGB Percentages of Color #475eef

%17.57
%23.27
%59.16

CMYK Percentages of Color #475eef

%70
%61
%0
%6

Triadic Colors of #475eef

#475eef #ef475e #5eef47

Analogous Colors of #475eef

#475eef #8447ef #47b2ef

Monochromatic Colors of #475eef

#475eef

Complementary Color

#475eef #efd847

#475eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#475eef Color CSS Codes

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

#475eef Text Font Color

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

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


#475eef Background Color

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

This div background color is #475eef


#475eef Border Color

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

This div border color is #475eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475eef


Comments

No comments written yet.

Please login to write comment.