Color Hex Logo

#473bfc Color Hex

#473BFC
(71,59,252)
0 Favorites   0 Comments

Color spaces of #473bfc

RGB 7159252
HSL0.680.970.61
HSV244°77°99°
CMYK 0.720.770.00   0.01
XYZ21.733211.495893.1689
Yxy11.49580.17190.0909
Hunter Lab33.905555.0829-139.1893
CIE-Lab40.403362.6314-92.6276

#473bfc color RGB value is (71,59,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111011 11111100
Octal 107 73 374
Decimal 71 59 252
Hex 47 3B FC

RGB Percentages of Color #473bfc

%18.59
%15.45
%65.97

CMYK Percentages of Color #473bfc

%72
%77
%0
%1

Triadic Colors of #473bfc

#473bfc #fc473b #3bfc47

Analogous Colors of #473bfc

#473bfc #a83bfc #3b90fc

Monochromatic Colors of #473bfc

#473bfc

Complementary Color

#473bfc #f0fc3b

#473bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#473bfc Color CSS Codes

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

#473bfc Text Font Color

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

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


#473bfc Background Color

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

This div background color is #473bfc


#473bfc Border Color

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

This div border color is #473bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473bfc

Related Colors


Comments

No comments written yet.

Please login to write comment.