Color Hex Logo

#473dc8 Color Hex

#473DC8
(71,61,200)
0 Favorites   0 Comments

Color spaces of #473dc8

RGB 7161200
HSL0.680.560.51
HSV244°70°78°
CMYK 0.650.700.00   0.22
XYZ14.69268.847255.5769
Yxy8.84720.18570.1118
Hunter Lab29.744236.1202-89.9620
CIE-Lab35.688445.5480-70.7181

#473dc8 color RGB value is (71,61,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111101 11001000
Octal 107 75 310
Decimal 71 61 200
Hex 47 3D C8

RGB Percentages of Color #473dc8

%21.39
%18.37
%60.24

CMYK Percentages of Color #473dc8

%65
%70
%0
%22

Triadic Colors of #473dc8

#473dc8 #c8473d #3dc847

Analogous Colors of #473dc8

#473dc8 #8d3dc8 #3d79c8

Monochromatic Colors of #473dc8

#473dc8

Complementary Color

#473dc8 #bec83d

#473dc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473dc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473dc8 Color CSS Codes

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

#473dc8 Text Font Color

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

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


#473dc8 Background Color

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

This div background color is #473dc8


#473dc8 Border Color

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

This div border color is #473dc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473dc8


Comments

No comments written yet.

Please login to write comment.