Color Hex Logo

#473ecf Color Hex

#473ECF
(71,62,207)
0 Favorites   0 Comments

Color spaces of #473ecf

RGB 7162207
HSL0.680.600.53
HSV244°70°81°
CMYK 0.660.700.00   0.19
XYZ15.58369.289860.0033
Yxy9.28980.18360.1095
Hunter Lab30.479237.9261-95.3868
CIE-Lab36.536447.2112-73.3915

#473ecf color RGB value is (71,62,207).

#473ecf hex color red value is 71, green value is 62 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #473ecf hue: 0.68 , saturation: 0.60 and the lightness value of 473ecf is 0.53.

The process color (four color CMYK) of #473ecf color hex is 0.66, 0.70, 0.00, 0.19. Web safe color of #473ecf is #3333cc. Color #473ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111110 11001111
Octal 107 76 317
Decimal 71 62 207
Hex 47 3E CF

RGB Percentages of Color #473ecf

%20.88
%18.24
%60.88

CMYK Percentages of Color #473ecf

%66
%70
%0
%19

Triadic Colors of #473ecf

#473ecf #cf473e #3ecf47

Analogous Colors of #473ecf

#473ecf #903ecf #3e7ecf

Monochromatic Colors of #473ecf

#473ecf

Complementary Color

#473ecf #c6cf3e

#473ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#473ecf Color CSS Codes

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

#473ecf Text Font Color

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

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


#473ecf Background Color

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

This div background color is #473ecf


#473ecf Border Color

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

This div border color is #473ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473ecf


Comments

No comments written yet.

Please login to write comment.