Color Hex Logo

#47279a Color Hex

#47279A
(71,39,154)
0 Favorites   0 Comments

Color spaces of #47279a

RGB 7139154
HSL0.710.600.38
HSV257°75°60°
CMYK 0.540.750.00   0.40
XYZ9.15685.123731.0782
Yxy5.12370.20190.1130
Hunter Lab22.635632.5965-65.5590
CIE-Lab27.084343.5043-57.3994

#47279a color RGB value is (71,39,154).

#47279a hex color red value is 71, green value is 39 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #47279a hue: 0.71 , saturation: 0.60 and the lightness value of 47279a is 0.38.

The process color (four color CMYK) of #47279a color hex is 0.54, 0.75, 0.00, 0.40. Web safe color of #47279a is #333399. Color #47279a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100111 10011010
Octal 107 47 232
Decimal 71 39 154
Hex 47 27 9A

RGB Percentages of Color #47279a

%26.89
%14.77
%58.33

CMYK Percentages of Color #47279a

%54
%75
%0
%40

Triadic Colors of #47279a

#47279a #9a4727 #279a47

Analogous Colors of #47279a

#47279a #81279a #27409a

Monochromatic Colors of #47279a

#47279a

Complementary Color

#47279a #7a9a27

#47279a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47279a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47279a Color CSS Codes

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

#47279a Text Font Color

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

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


#47279a Background Color

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

This div background color is #47279a


#47279a Border Color

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

This div border color is #47279a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47279a


Comments

No comments written yet.

Please login to write comment.