Color Hex Logo

#473bea Color Hex

#473BEA
(71,59,234)
0 Favorites   0 Comments

Color spaces of #473bea

RGB 7159234
HSL0.680.810.57
HSV244°75°92°
CMYK 0.700.750.00   0.08
XYZ19.013810.408078.8487
Yxy10.40800.17560.0961
Hunter Lab32.261448.7444-122.3250
CIE-Lab38.564957.2306-85.5233

#473bea color RGB value is (71,59,234).

#473bea hex color red value is 71, green value is 59 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #473bea hue: 0.68 , saturation: 0.81 and the lightness value of 473bea is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111011 11101010
Octal 107 73 352
Decimal 71 59 234
Hex 47 3B EA

RGB Percentages of Color #473bea

%19.51
%16.21
%64.29

CMYK Percentages of Color #473bea

%70
%75
%0
%8

Triadic Colors of #473bea

#473bea #ea473b #3bea47

Analogous Colors of #473bea

#473bea #9f3bea #3b87ea

Monochromatic Colors of #473bea

#473bea

Complementary Color

#473bea #deea3b

#473bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#473bea Color CSS Codes

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

#473bea Text Font Color

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

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


#473bea Background Color

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

This div background color is #473bea


#473bea Border Color

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

This div border color is #473bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473bea


Comments

No comments written yet.

Please login to write comment.