Color Hex Logo

#473aec Color Hex

#473AEC
(71,58,236)
0 Favorites   0 Comments

Color spaces of #473aec

RGB 7158236
HSL0.680.820.58
HSV244°75°93°
CMYK 0.700.750.00   0.07
XYZ19.251910.421880.3538
Yxy10.42180.17500.0947
Hunter Lab32.282849.9538-124.9783
CIE-Lab38.589158.3423-86.6173

#473aec color RGB value is (71,58,236).

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

The process color (four color CMYK) of #473aec color hex is 0.70, 0.75, 0.00, 0.07. Web safe color of #473aec is #3333ff. Color #473aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111010 11101100
Octal 107 72 354
Decimal 71 58 236
Hex 47 3A EC

RGB Percentages of Color #473aec

%19.45
%15.89
%64.66

CMYK Percentages of Color #473aec

%70
%75
%0
%7

Triadic Colors of #473aec

#473aec #ec473a #3aec47

Analogous Colors of #473aec

#473aec #a03aec #3a86ec

Monochromatic Colors of #473aec

#473aec

Complementary Color

#473aec #dfec3a

#473aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#473aec Color CSS Codes

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

#473aec Text Font Color

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

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


#473aec Background Color

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

This div background color is #473aec


#473aec Border Color

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

This div border color is #473aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473aec


Comments

No comments written yet.

Please login to write comment.