Color Hex Logo

#473ace Color Hex

#473ACE
(71,58,206)
0 Favorites   0 Comments

Color spaces of #473ace

RGB 7158206
HSL0.680.600.52
HSV245°72°81°
CMYK 0.660.720.00   0.19
XYZ15.25228.821959.2914
Yxy8.82190.18300.1058
Hunter Lab29.701739.6841-97.5653
CIE-Lab35.639149.1250-74.2875

#473ace color RGB value is (71,58,206).

#473ace hex color red value is 71, green value is 58 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #473ace hue: 0.68 , saturation: 0.60 and the lightness value of 473ace is 0.52.

The process color (four color CMYK) of #473ace color hex is 0.66, 0.72, 0.00, 0.19. Web safe color of #473ace is #3333cc. Color #473ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111010 11001110
Octal 107 72 316
Decimal 71 58 206
Hex 47 3A CE

RGB Percentages of Color #473ace

%21.19
%17.31
%61.49

CMYK Percentages of Color #473ace

%66
%72
%0
%19

Triadic Colors of #473ace

#473ace #ce473a #3ace47

Analogous Colors of #473ace

#473ace #913ace #3a77ce

Monochromatic Colors of #473ace

#473ace

Complementary Color

#473ace #c1ce3a

#473ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#473ace Color CSS Codes

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

#473ace Text Font Color

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

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


#473ace Background Color

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

This div background color is #473ace


#473ace Border Color

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

This div border color is #473ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473ace


Comments

No comments written yet.

Please login to write comment.