Color Hex Logo

#71047b Color Hex

#71047B
(113,4,123)
0 Favorites   0 Comments

Color spaces of #71047b

RGB 1134123
HSL0.820.940.25
HSV295°97°48°
CMYK 0.080.970.00   0.52
XYZ10.42865.027619.1597
Yxy5.02760.30130.1452
Hunter Lab22.422343.7812-34.9673
CIE-Lab26.813354.8280-38.2584

#71047b color RGB value is (113,4,123).

#71047b hex color red value is 113, green value is 4 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #71047b hue: 0.82 , saturation: 0.94 and the lightness value of 71047b is 0.25.

The process color (four color CMYK) of #71047b color hex is 0.08, 0.97, 0.00, 0.52. Web safe color of #71047b is #660066. Color #71047b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00000100 01111011
Octal 161 4 173
Decimal 113 4 123
Hex 71 4 7B

RGB Percentages of Color #71047b

%47.08
%1.67
%51.25

CMYK Percentages of Color #71047b

%8
%97
%0
%52

Triadic Colors of #71047b

#71047b #7b7104 #047b71

Analogous Colors of #71047b

#71047b #7b044a #35047b

Monochromatic Colors of #71047b

#71047b

Complementary Color

#71047b #0e7b04

#71047b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71047b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71047b Color CSS Codes

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

#71047b Text Font Color

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

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


#71047b Background Color

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

This div background color is #71047b


#71047b Border Color

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

This div border color is #71047b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,4,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 #71047b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71047b


Comments

No comments written yet.

Please login to write comment.