Color Hex Logo

#470861 Color Hex

#470861
(71,8,97)
0 Favorites   0 Comments

Color spaces of #470861

RGB 71897
HSL0.780.850.21
HSV282°92°38°
CMYK 0.270.920.00   0.62
XYZ4.84302.376311.5127
Yxy2.37630.25850.1269
Hunter Lab15.415329.1025-33.4894
CIE-Lab17.349741.6168-37.0739

#470861 color RGB value is (71,8,97).

#470861 hex color red value is 71, green value is 8 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #470861 hue: 0.78 , saturation: 0.85 and the lightness value of 470861 is 0.21.

The process color (four color CMYK) of #470861 color hex is 0.27, 0.92, 0.00, 0.62. Web safe color of #470861 is #330066. Color #470861 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001000 01100001
Octal 107 10 141
Decimal 71 8 97
Hex 47 8 61

RGB Percentages of Color #470861

%40.34
%4.55
%55.11

CMYK Percentages of Color #470861

%27
%92
%0
%62

Triadic Colors of #470861

#470861 #614708 #086147

Analogous Colors of #470861

#470861 #61084f #1a0861

Monochromatic Colors of #470861

#470861

Complementary Color

#470861 #226108

#470861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#470861 Color CSS Codes

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

#470861 Text Font Color

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

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


#470861 Background Color

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

This div background color is #470861


#470861 Border Color

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

This div border color is #470861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470861


Comments

No comments written yet.

Please login to write comment.