Color Hex Logo

#47085e Color Hex

#47085E
(71,8,94)
0 Favorites   0 Comments

Color spaces of #47085e

RGB 71894
HSL0.790.840.20
HSV284°91°37°
CMYK 0.240.910.00   0.63
XYZ4.70572.321410.7897
Yxy2.32140.26410.1303
Hunter Lab15.236128.4667-31.3218
CIE-Lab17.090940.9639-35.4975

#47085e color RGB value is (71,8,94).

#47085e hex color red value is 71, green value is 8 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #47085e hue: 0.79 , saturation: 0.84 and the lightness value of 47085e is 0.20.

The process color (four color CMYK) of #47085e color hex is 0.24, 0.91, 0.00, 0.63. Web safe color of #47085e is #330066. Color #47085e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001000 01011110
Octal 107 10 136
Decimal 71 8 94
Hex 47 8 5E

RGB Percentages of Color #47085e

%41.04
%4.62
%54.34

CMYK Percentages of Color #47085e

%24
%91
%0
%63

Triadic Colors of #47085e

#47085e #5e4708 #085e47

Analogous Colors of #47085e

#47085e #5e084a #1c085e

Monochromatic Colors of #47085e

#47085e

Complementary Color

#47085e #1f5e08

#47085e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47085e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47085e Color CSS Codes

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

#47085e Text Font Color

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

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


#47085e Background Color

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

This div background color is #47085e


#47085e Border Color

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

This div border color is #47085e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47085e


Comments

No comments written yet.

Please login to write comment.