Color Hex Logo

#473fcf Color Hex

#473FCF
(71,63,207)
0 Favorites   0 Comments

Color spaces of #473fcf

RGB 7163207
HSL0.680.600.53
HSV243°70°81°
CMYK 0.660.700.00   0.19
XYZ15.63859.399660.0215
Yxy9.39960.18390.1105
Hunter Lab30.658837.3969-94.6125
CIE-Lab36.742546.6436-73.0526

#473fcf color RGB value is (71,63,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111111 11001111
Octal 107 77 317
Decimal 71 63 207
Hex 47 3F CF

RGB Percentages of Color #473fcf

%20.82
%18.48
%60.70

CMYK Percentages of Color #473fcf

%66
%70
%0
%19

Triadic Colors of #473fcf

#473fcf #cf473f #3fcf47

Analogous Colors of #473fcf

#473fcf #8f3fcf #3f7fcf

Monochromatic Colors of #473fcf

#473fcf

Complementary Color

#473fcf #c7cf3f

#473fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#473fcf Color CSS Codes

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

#473fcf Text Font Color

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

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


#473fcf Background Color

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

This div background color is #473fcf


#473fcf Border Color

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

This div border color is #473fcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,63,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 #473fcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473fcf


Comments

No comments written yet.

Please login to write comment.