Color Hex Logo

#473cae Color Hex

#473CAE
(71,60,174)
0 Favorites   0 Comments

Color spaces of #473cae

RGB 7160174
HSL0.680.490.46
HSV246°66°68°
CMYK 0.590.660.00   0.32
XYZ11.85447.627340.8918
Yxy7.62730.19640.1263
Hunter Lab27.617628.2875-68.4551
CIE-Lab33.194337.7697-59.4786

#473cae color RGB value is (71,60,174).

#473cae hex color red value is 71, green value is 60 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #473cae hue: 0.68 , saturation: 0.49 and the lightness value of 473cae is 0.46.

The process color (four color CMYK) of #473cae color hex is 0.59, 0.66, 0.00, 0.32. Web safe color of #473cae is #333399. Color #473cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111100 10101110
Octal 107 74 256
Decimal 71 60 174
Hex 47 3C AE

RGB Percentages of Color #473cae

%23.28
%19.67
%57.05

CMYK Percentages of Color #473cae

%59
%66
%0
%32

Triadic Colors of #473cae

#473cae #ae473c #3cae47

Analogous Colors of #473cae

#473cae #803cae #3c6aae

Monochromatic Colors of #473cae

#473cae

Complementary Color

#473cae #a3ae3c

#473cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#473cae Color CSS Codes

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

#473cae Text Font Color

<p style="color:#473cae">Text here</p>

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


#473cae Background Color

<div style="background-color:#473cae">
Div content here</div>

This div background color is #473cae


#473cae Border Color

<div style="border:3px solid #473cae">
Div here</div>

This div border color is #473cae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,60,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #473cae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #473cae;
  -webkit-box-shadow: 1px 1px 3px 2px #473cae;
  box-shadow:         1px 1px 3px 2px #473cae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473cae


Comments

No comments written yet.

Please login to write comment.