Color Hex Logo

#473fde Color Hex

#473FDE
(71,63,222)
0 Favorites   0 Comments

Color spaces of #473fde

RGB 7163222
HSL0.680.710.56
HSV243°72°87°
CMYK 0.680.720.00   0.13
XYZ17.560910.168570.1444
Yxy10.16850.17940.1039
Hunter Lab31.888142.4965-108.0989
CIE-Lab38.143251.4021-79.3823

#473fde color RGB value is (71,63,222).

#473fde hex color red value is 71, green value is 63 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #473fde hue: 0.68 , saturation: 0.71 and the lightness value of 473fde is 0.56.

The process color (four color CMYK) of #473fde color hex is 0.68, 0.72, 0.00, 0.13. Web safe color of #473fde is #3333cc. Color #473fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111111 11011110
Octal 107 77 336
Decimal 71 63 222
Hex 47 3F DE

RGB Percentages of Color #473fde

%19.94
%17.70
%62.36

CMYK Percentages of Color #473fde

%68
%72
%0
%13

Triadic Colors of #473fde

#473fde #de473f #3fde47

Analogous Colors of #473fde

#473fde #973fde #3f87de

Monochromatic Colors of #473fde

#473fde

Complementary Color

#473fde #d6de3f

#473fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#473fde Color CSS Codes

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

#473fde Text Font Color

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

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


#473fde Background Color

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

This div background color is #473fde


#473fde Border Color

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

This div border color is #473fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473fde


Comments

No comments written yet.

Please login to write comment.