Color Hex Logo

#47337a Color Hex

#47337A
(71,51,122)
0 Favorites   0 Comments

Color spaces of #47337a

RGB 7151122
HSL0.710.410.34
HSV257°58°48°
CMYK 0.420.580.00   0.52
XYZ7.29525.112419.0146
Yxy5.11240.23220.1627
Hunter Lab22.610618.0235-34.0330
CIE-Lab27.052626.9173-37.5620

#47337a color RGB value is (71,51,122).

#47337a hex color red value is 71, green value is 51 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #47337a hue: 0.71 , saturation: 0.41 and the lightness value of 47337a is 0.34.

The process color (four color CMYK) of #47337a color hex is 0.42, 0.58, 0.00, 0.52. Web safe color of #47337a is #333366. Color #47337a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110011 01111010
Octal 107 63 172
Decimal 71 51 122
Hex 47 33 7A

RGB Percentages of Color #47337a

%29.10
%20.90
%50.00

CMYK Percentages of Color #47337a

%42
%58
%0
%52

Triadic Colors of #47337a

#47337a #7a4733 #337a47

Analogous Colors of #47337a

#47337a #6b337a #33437a

Monochromatic Colors of #47337a

#47337a

Complementary Color

#47337a #667a33

#47337a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47337a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47337a Color CSS Codes

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

#47337a Text Font Color

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

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


#47337a Background Color

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

This div background color is #47337a


#47337a Border Color

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

This div border color is #47337a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47337a

#47337a Color Palettes


Comments

No comments written yet.

Please login to write comment.