Color Hex Logo

#473efa Color Hex

#473EFA
(71,62,250)
0 Favorites   0 Comments

Color spaces of #473efa

RGB 7162250
HSL0.670.950.61
HSV243°75°98°
CMYK 0.720.750.00   0.02
XYZ21.576511.687091.5611
Yxy11.68700.17290.0936
Hunter Lab34.186352.8335-134.8661
CIE-Lab40.714360.5544-90.9929

#473efa color RGB value is (71,62,250).

#473efa hex color red value is 71, green value is 62 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #473efa hue: 0.67 , saturation: 0.95 and the lightness value of 473efa is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111110 11111010
Octal 107 76 372
Decimal 71 62 250
Hex 47 3E FA

RGB Percentages of Color #473efa

%18.54
%16.19
%65.27

CMYK Percentages of Color #473efa

%72
%75
%0
%2

Triadic Colors of #473efa

#473efa #fa473e #3efa47

Analogous Colors of #473efa

#473efa #a53efa #3e93fa

Monochromatic Colors of #473efa

#473efa

Complementary Color

#473efa #f1fa3e

#473efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#473efa Color CSS Codes

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

#473efa Text Font Color

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

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


#473efa Background Color

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

This div background color is #473efa


#473efa Border Color

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

This div border color is #473efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473efa


Comments

No comments written yet.

Please login to write comment.