Color Hex Logo

#473287 Color Hex

#473287
(71,50,135)
0 Favorites   0 Comments

Color spaces of #473287

RGB 7150135
HSL0.710.460.36
HSV255°63°53°
CMYK 0.470.630.00   0.47
XYZ8.11235.370123.5306
Yxy5.37010.21920.1451
Hunter Lab23.173521.9336-43.9823
CIE-Lab27.764231.5045-44.5647

#473287 color RGB value is (71,50,135).

#473287 hex color red value is 71, green value is 50 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #473287 hue: 0.71 , saturation: 0.46 and the lightness value of 473287 is 0.36.

The process color (four color CMYK) of #473287 color hex is 0.47, 0.63, 0.00, 0.47. Web safe color of #473287 is #333399. Color #473287 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110010 10000111
Octal 107 62 207
Decimal 71 50 135
Hex 47 32 87

RGB Percentages of Color #473287

%27.73
%19.53
%52.73

CMYK Percentages of Color #473287

%47
%63
%0
%47

Triadic Colors of #473287

#473287 #874732 #328747

Analogous Colors of #473287

#473287 #723287 #324887

Monochromatic Colors of #473287

#473287

Complementary Color

#473287 #728732

#473287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473287 Color CSS Codes

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

#473287 Text Font Color

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

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


#473287 Background Color

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

This div background color is #473287


#473287 Border Color

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

This div border color is #473287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473287


Comments

No comments written yet.

Please login to write comment.