Color Hex Logo

#473ccf Color Hex

#473CCF
(71,60,207)
0 Favorites   0 Comments

Color spaces of #473ccf

RGB 7160207
HSL0.680.600.52
HSV244°71°81°
CMYK 0.660.710.00   0.19
XYZ15.47699.076359.9677
Yxy9.07630.18310.1074
Hunter Lab30.126938.9776-96.9281
CIE-Lab36.130848.3335-74.0584

#473ccf color RGB value is (71,60,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111100 11001111
Octal 107 74 317
Decimal 71 60 207
Hex 47 3C CF

RGB Percentages of Color #473ccf

%21.01
%17.75
%61.24

CMYK Percentages of Color #473ccf

%66
%71
%0
%19

Triadic Colors of #473ccf

#473ccf #cf473c #3ccf47

Analogous Colors of #473ccf

#473ccf #913ccf #3c7bcf

Monochromatic Colors of #473ccf

#473ccf

Complementary Color

#473ccf #c4cf3c

#473ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#473ccf Color CSS Codes

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

#473ccf Text Font Color

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

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


#473ccf Background Color

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

This div background color is #473ccf


#473ccf Border Color

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

This div border color is #473ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473ccf


Comments

No comments written yet.

Please login to write comment.