Color Hex Logo

#473380 Color Hex

#473380
(71,51,128)
0 Favorites   0 Comments

Color spaces of #473380

RGB 7151128
HSL0.710.430.35
HSV256°60°50°
CMYK 0.450.600.00   0.50
XYZ7.67865.265821.0338
Yxy5.26580.22600.1550
Hunter Lab22.947319.5716-38.2828
CIE-Lab27.479028.7386-40.6517

#473380 color RGB value is (71,51,128).

#473380 hex color red value is 71, green value is 51 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #473380 hue: 0.71 , saturation: 0.43 and the lightness value of 473380 is 0.35.

The process color (four color CMYK) of #473380 color hex is 0.45, 0.60, 0.00, 0.50. Web safe color of #473380 is #333399. Color #473380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110011 10000000
Octal 107 63 200
Decimal 71 51 128
Hex 47 33 80

RGB Percentages of Color #473380

%28.40
%20.40
%51.20

CMYK Percentages of Color #473380

%45
%60
%0
%50

Triadic Colors of #473380

#473380 #804733 #338047

Analogous Colors of #473380

#473380 #6e3380 #334680

Monochromatic Colors of #473380

#473380

Complementary Color

#473380 #6c8033

#473380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473380 Color CSS Codes

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

#473380 Text Font Color

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

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


#473380 Background Color

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

This div background color is #473380


#473380 Border Color

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

This div border color is #473380


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,51,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #473380; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #473380;
  -webkit-box-shadow: 1px 1px 3px 2px #473380;
  box-shadow:         1px 1px 3px 2px #473380; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473380


Comments

No comments written yet.

Please login to write comment.