Color Hex Logo

#473bfe Color Hex

#473BFE
(71,59,254)
0 Favorites   0 Comments

Color spaces of #473bfe

RGB 7159254
HSL0.680.990.61
HSV244°77°100°
CMYK 0.720.770.00   0.00
XYZ22.051911.623394.8472
Yxy11.62330.17160.0904
Hunter Lab34.093055.7941-141.0807
CIE-Lab40.611063.2232-93.4027

#473bfe color RGB value is (71,59,254).

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

The process color (four color CMYK) of #473bfe color hex is 0.72, 0.77, 0.00, 0.00. Web safe color of #473bfe is #3333ff. Color #473bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111011 11111110
Octal 107 73 376
Decimal 71 59 254
Hex 47 3B FE

RGB Percentages of Color #473bfe

%18.49
%15.36
%66.15

CMYK Percentages of Color #473bfe

%72
%77
%0
%0

Triadic Colors of #473bfe

#473bfe #fe473b #3bfe47

Analogous Colors of #473bfe

#473bfe #a93bfe #3b91fe

Monochromatic Colors of #473bfe

#473bfe

Complementary Color

#473bfe #f2fe3b

#473bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#473bfe Color CSS Codes

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

#473bfe Text Font Color

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

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


#473bfe Background Color

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

This div background color is #473bfe


#473bfe Border Color

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

This div border color is #473bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.