Color Hex Logo

#47077b Color Hex

#47077B
(71,7,123)
0 Favorites   0 Comments

Color spaces of #47077b

RGB 717123
HSL0.760.890.25
HSV273°94°48°
CMYK 0.420.940.00   0.52
XYZ6.24972.921618.9734
Yxy2.92160.22210.1038
Hunter Lab17.092735.3538-53.8488
CIE-Lab19.727147.8141-50.1114

#47077b color RGB value is (71,7,123).

#47077b hex color red value is 71, green value is 7 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #47077b hue: 0.76 , saturation: 0.89 and the lightness value of 47077b is 0.25.

The process color (four color CMYK) of #47077b color hex is 0.42, 0.94, 0.00, 0.52. Web safe color of #47077b is #330066. Color #47077b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000111 01111011
Octal 107 7 173
Decimal 71 7 123
Hex 47 7 7B

RGB Percentages of Color #47077b

%35.32
%3.48
%61.19

CMYK Percentages of Color #47077b

%42
%94
%0
%52

Triadic Colors of #47077b

#47077b #7b4707 #077b47

Analogous Colors of #47077b

#47077b #7b0775 #0d077b

Monochromatic Colors of #47077b

#47077b

Complementary Color

#47077b #3b7b07

#47077b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47077b Color Preview on White Background

Lorem ipsum dolor sit amet.

#47077b Color CSS Codes

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

#47077b Text Font Color

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

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


#47077b Background Color

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

This div background color is #47077b


#47077b Border Color

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

This div border color is #47077b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,7,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47077b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47077b;
  -webkit-box-shadow: 1px 1px 3px 2px #47077b;
  box-shadow:         1px 1px 3px 2px #47077b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47077b


Comments

No comments written yet.

Please login to write comment.