Color Hex Logo

#473ddf Color Hex

#473DDF
(71,61,223)
0 Favorites   0 Comments

Color spaces of #473ddf

RGB 7161223
HSL0.680.720.56
HSV244°73°87°
CMYK 0.680.730.00   0.13
XYZ17.586610.004870.8162
Yxy10.00480.17870.1017
Hunter Lab31.630443.8935-110.6012
CIE-Lab37.851052.8001-80.4357

#473ddf color RGB value is (71,61,223).

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

The process color (four color CMYK) of #473ddf color hex is 0.68, 0.73, 0.00, 0.13. Web safe color of #473ddf is #3333cc. Color #473ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111101 11011111
Octal 107 75 337
Decimal 71 61 223
Hex 47 3D DF

RGB Percentages of Color #473ddf

%20.00
%17.18
%62.82

CMYK Percentages of Color #473ddf

%68
%73
%0
%13

Triadic Colors of #473ddf

#473ddf #df473d #3ddf47

Analogous Colors of #473ddf

#473ddf #983ddf #3d84df

Monochromatic Colors of #473ddf

#473ddf

Complementary Color

#473ddf #d5df3d

#473ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#473ddf Color CSS Codes

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

#473ddf Text Font Color

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

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


#473ddf Background Color

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

This div background color is #473ddf


#473ddf Border Color

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

This div border color is #473ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473ddf


Comments

No comments written yet.

Please login to write comment.