Color Hex Logo

#473dce Color Hex

#473DCE
(71,61,206)
0 Favorites   0 Comments

Color spaces of #473dce

RGB 7161206
HSL0.680.600.52
HSV244°70°81°
CMYK 0.660.700.00   0.19
XYZ15.40799.133359.3433
Yxy9.13330.18370.1089
Hunter Lab30.221438.1182-95.2682
CIE-Lab36.239747.4577-73.2997

#473dce color RGB value is (71,61,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111101 11001110
Octal 107 75 316
Decimal 71 61 206
Hex 47 3D CE

RGB Percentages of Color #473dce

%21.01
%18.05
%60.95

CMYK Percentages of Color #473dce

%66
%70
%0
%19

Triadic Colors of #473dce

#473dce #ce473d #3dce47

Analogous Colors of #473dce

#473dce #903dce #3d7cce

Monochromatic Colors of #473dce

#473dce

Complementary Color

#473dce #c4ce3d

#473dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#473dce Color CSS Codes

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

#473dce Text Font Color

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

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


#473dce Background Color

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

This div background color is #473dce


#473dce Border Color

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

This div border color is #473dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473dce


Comments

No comments written yet.

Please login to write comment.