Color Hex Logo

#473feb Color Hex

#473FEB
(71,63,235)
0 Favorites   0 Comments

Color spaces of #473feb

RGB 7163235
HSL0.670.810.58
HSV243°73°92°
CMYK 0.700.730.00   0.08
XYZ19.371410.892879.6788
Yxy10.89280.17620.0991
Hunter Lab33.004247.0108-120.0349
CIE-Lab39.399355.4560-84.7127

#473feb color RGB value is (71,63,235).

#473feb hex color red value is 71, green value is 63 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #473feb hue: 0.67 , saturation: 0.81 and the lightness value of 473feb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111111 11101011
Octal 107 77 353
Decimal 71 63 235
Hex 47 3F EB

RGB Percentages of Color #473feb

%19.24
%17.07
%63.69

CMYK Percentages of Color #473feb

%70
%73
%0
%8

Triadic Colors of #473feb

#473feb #eb473f #3feb47

Analogous Colors of #473feb

#473feb #9d3feb #3f8deb

Monochromatic Colors of #473feb

#473feb

Complementary Color

#473feb #e3eb3f

#473feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#473feb Color CSS Codes

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

#473feb Text Font Color

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

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


#473feb Background Color

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

This div background color is #473feb


#473feb Border Color

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

This div border color is #473feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473feb


Comments

No comments written yet.

Please login to write comment.