Color Hex Logo

#475cea Color Hex

#475CEA
(71,92,234)
0 Favorites   0 Comments

Color spaces of #475cea

RGB 7192234
HSL0.650.800.60
HSV232°70°92°
CMYK 0.700.610.00   0.08
XYZ21.277014.934479.6031
Yxy14.93440.18370.1290
Hunter Lab38.645130.6488-95.0771
CIE-Lab45.544238.3178-74.0610

#475cea color RGB value is (71,92,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011100 11101010
Octal 107 134 352
Decimal 71 92 234
Hex 47 5C EA

RGB Percentages of Color #475cea

%17.88
%23.17
%58.94

CMYK Percentages of Color #475cea

%70
%61
%0
%8

Triadic Colors of #475cea

#475cea #ea475c #5cea47

Analogous Colors of #475cea

#475cea #8447ea #47aeea

Monochromatic Colors of #475cea

#475cea

Complementary Color

#475cea #ead547

#475cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#475cea Color CSS Codes

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

#475cea Text Font Color

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

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


#475cea Background Color

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

This div background color is #475cea


#475cea Border Color

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

This div border color is #475cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475cea


Comments

No comments written yet.

Please login to write comment.