Color Hex Logo

#475cef Color Hex

#475CEF
(71,92,239)
0 Favorites   0 Comments

Color spaces of #475cef

RGB 7192239
HSL0.650.840.61
HSV233°70°94°
CMYK 0.700.620.00   0.06
XYZ22.005715.225983.4404
Yxy15.22590.18240.1262
Hunter Lab39.020432.3801-99.4703
CIE-Lab45.942140.0300-76.2248

#475cef color RGB value is (71,92,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011100 11101111
Octal 107 134 357
Decimal 71 92 239
Hex 47 5C EF

RGB Percentages of Color #475cef

%17.66
%22.89
%59.45

CMYK Percentages of Color #475cef

%70
%62
%0
%6

Triadic Colors of #475cef

#475cef #ef475c #5cef47

Analogous Colors of #475cef

#475cef #8647ef #47b0ef

Monochromatic Colors of #475cef

#475cef

Complementary Color

#475cef #efda47

#475cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#475cef Color CSS Codes

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

#475cef Text Font Color

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

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


#475cef Background Color

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

This div background color is #475cef


#475cef Border Color

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

This div border color is #475cef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,92,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 #475cef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475cef


Comments

No comments written yet.

Please login to write comment.