Color Hex Logo

#71039a Color Hex

#71039A
(113,3,154)
0 Favorites   0 Comments

Color spaces of #71039a

RGB 1133154
HSL0.790.960.31
HSV284°98°60°
CMYK 0.270.980.00   0.40
XYZ12.67535.908931.0443
Yxy5.90890.25540.1191
Hunter Lab24.308250.5378-58.7041
CIE-Lab29.181560.7047-53.7357

#71039a color RGB value is (113,3,154).

#71039a hex color red value is 113, green value is 3 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #71039a hue: 0.79 , saturation: 0.96 and the lightness value of 71039a is 0.31.

The process color (four color CMYK) of #71039a color hex is 0.27, 0.98, 0.00, 0.40. Web safe color of #71039a is #660099. Color #71039a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00000011 10011010
Octal 161 3 232
Decimal 113 3 154
Hex 71 3 9A

RGB Percentages of Color #71039a

%41.85
%1.11
%57.04

CMYK Percentages of Color #71039a

%27
%98
%0
%40

Triadic Colors of #71039a

#71039a #9a7103 #039a71

Analogous Colors of #71039a

#71039a #9a0378 #25039a

Monochromatic Colors of #71039a

#71039a

Complementary Color

#71039a #2c9a03

#71039a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71039a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71039a Color CSS Codes

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

#71039a Text Font Color

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

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


#71039a Background Color

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

This div background color is #71039a


#71039a Border Color

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

This div border color is #71039a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71039a


Comments

No comments written yet.

Please login to write comment.