Color Hex Logo

#71299a Color Hex

#71299A
(113,41,154)
0 Favorites   0 Comments

Color spaces of #71299a

RGB 11341154
HSL0.770.580.38
HSV278°73°60°
CMYK 0.270.730.00   0.40
XYZ13.43577.429731.2978
Yxy7.42970.25760.1424
Hunter Lab27.257540.2853-48.9982
CIE-Lab32.765850.2645-47.9132

#71299a color RGB value is (113,41,154).

#71299a hex color red value is 113, green value is 41 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #71299a hue: 0.77 , saturation: 0.58 and the lightness value of 71299a is 0.38.

The process color (four color CMYK) of #71299a color hex is 0.27, 0.73, 0.00, 0.40. Web safe color of #71299a is #663399. Color #71299a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101001 10011010
Octal 161 51 232
Decimal 113 41 154
Hex 71 29 9A

RGB Percentages of Color #71299a

%36.69
%13.31
%50.00

CMYK Percentages of Color #71299a

%27
%73
%0
%40

Triadic Colors of #71299a

#71299a #9a7129 #299a71

Analogous Colors of #71299a

#71299a #9a298b #39299a

Monochromatic Colors of #71299a

#71299a

Complementary Color

#71299a #529a29

#71299a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71299a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71299a Color CSS Codes

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

#71299a Text Font Color

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

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


#71299a Background Color

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

This div background color is #71299a


#71299a Border Color

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

This div border color is #71299a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71299a


Comments

No comments written yet.

Please login to write comment.