Color Hex Logo

#47158c Color Hex

#47158C
(71,21,140)
0 Favorites   0 Comments

Color spaces of #47158c

RGB 7121140
HSL0.740.740.32
HSV265°85°55°
CMYK 0.490.850.00   0.45
XYZ7.60033.769425.1379
Yxy3.76940.20820.1032
Hunter Lab19.414935.9006-63.1765
CIE-Lab22.894047.7644-55.6344

#47158c color RGB value is (71,21,140).

#47158c hex color red value is 71, green value is 21 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #47158c hue: 0.74 , saturation: 0.74 and the lightness value of 47158c is 0.32.

The process color (four color CMYK) of #47158c color hex is 0.49, 0.85, 0.00, 0.45. Web safe color of #47158c is #330099. Color #47158c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010101 10001100
Octal 107 25 214
Decimal 71 21 140
Hex 47 15 8C

RGB Percentages of Color #47158c

%30.60
%9.05
%60.34

CMYK Percentages of Color #47158c

%49
%85
%0
%45

Triadic Colors of #47158c

#47158c #8c4715 #158c47

Analogous Colors of #47158c

#47158c #83158c #151e8c

Monochromatic Colors of #47158c

#47158c

Complementary Color

#47158c #5a8c15

#47158c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47158c Color Preview on White Background

Lorem ipsum dolor sit amet.

#47158c Color CSS Codes

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

#47158c Text Font Color

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

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


#47158c Background Color

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

This div background color is #47158c


#47158c Border Color

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

This div border color is #47158c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,21,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47158c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47158c;
  -webkit-box-shadow: 1px 1px 3px 2px #47158c;
  box-shadow:         1px 1px 3px 2px #47158c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47158c


Comments

No comments written yet.

Please login to write comment.