Color Hex Logo

#473add Color Hex

#473ADD
(71,58,221)
0 Favorites   0 Comments

Color spaces of #473add

RGB 7158221
HSL0.680.710.55
HSV245°74°87°
CMYK 0.680.740.00   0.13
XYZ17.16279.586269.3524
Yxy9.58620.17860.0998
Hunter Lab30.961644.7638-111.1335
CIE-Lab37.089353.7757-80.5468

#473add color RGB value is (71,58,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111010 11011101
Octal 107 72 335
Decimal 71 58 221
Hex 47 3A DD

RGB Percentages of Color #473add

%20.29
%16.57
%63.14

CMYK Percentages of Color #473add

%68
%74
%0
%13

Triadic Colors of #473add

#473add #dd473a #3add47

Analogous Colors of #473add

#473add #993add #3a7fdd

Monochromatic Colors of #473add

#473add

Complementary Color

#473add #d0dd3a

#473add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473add Color Preview on White Background

Lorem ipsum dolor sit amet.

#473add Color CSS Codes

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

#473add Text Font Color

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

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


#473add Background Color

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

This div background color is #473add


#473add Border Color

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

This div border color is #473add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473add


Comments

No comments written yet.

Please login to write comment.