Color Hex Logo

#470e85 Color Hex

#470E85
(71,14,133)
0 Favorites   0 Comments

Color spaces of #470e85

RGB 7114133
HSL0.750.810.29
HSV269°89°52°
CMYK 0.470.890.00   0.48
XYZ6.98923.347122.4680
Yxy3.34710.21310.1020
Hunter Lab18.295136.1753-60.0069
CIE-Lab21.383648.3393-53.7312

#470e85 color RGB value is (71,14,133).

#470e85 hex color red value is 71, green value is 14 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #470e85 hue: 0.75 , saturation: 0.81 and the lightness value of 470e85 is 0.29.

The process color (four color CMYK) of #470e85 color hex is 0.47, 0.89, 0.00, 0.48. Web safe color of #470e85 is #330099. Color #470e85 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001110 10000101
Octal 107 16 205
Decimal 71 14 133
Hex 47 E 85

RGB Percentages of Color #470e85

%32.57
%6.42
%61.01

CMYK Percentages of Color #470e85

%47
%89
%0
%48

Triadic Colors of #470e85

#470e85 #85470e #0e8547

Analogous Colors of #470e85

#470e85 #830e85 #0e1185

Monochromatic Colors of #470e85

#470e85

Complementary Color

#470e85 #4c850e

#470e85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470e85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#470e85 Color CSS Codes

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

#470e85 Text Font Color

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

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


#470e85 Background Color

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

This div background color is #470e85


#470e85 Border Color

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

This div border color is #470e85


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,14,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #470e85; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #470e85;
  -webkit-box-shadow: 1px 1px 3px 2px #470e85;
  box-shadow:         1px 1px 3px 2px #470e85; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470e85


Comments

No comments written yet.

Please login to write comment.