Color Hex Logo

#473fdd Color Hex

#473FDD
(71,63,221)
0 Favorites   0 Comments

Color spaces of #473fdd

RGB 7163221
HSL0.680.700.56
HSV243°71°87°
CMYK 0.680.710.00   0.13
XYZ17.427210.115169.4405
Yxy10.11510.17970.1043
Hunter Lab31.804242.1520-107.1892
CIE-Lab38.048251.0868-78.9663

#473fdd color RGB value is (71,63,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111111 11011101
Octal 107 77 335
Decimal 71 63 221
Hex 47 3F DD

RGB Percentages of Color #473fdd

%20.00
%17.75
%62.25

CMYK Percentages of Color #473fdd

%68
%71
%0
%13

Triadic Colors of #473fdd

#473fdd #dd473f #3fdd47

Analogous Colors of #473fdd

#473fdd #963fdd #3f86dd

Monochromatic Colors of #473fdd

#473fdd

Complementary Color

#473fdd #d5dd3f

#473fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#473fdd Color CSS Codes

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

#473fdd Text Font Color

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

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


#473fdd Background Color

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

This div background color is #473fdd


#473fdd Border Color

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

This div border color is #473fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473fdd


Comments

No comments written yet.

Please login to write comment.