Color Hex Logo

#71349c Color Hex

#71349C
(113,52,156)
0 Favorites   0 Comments

Color spaces of #71349c

RGB 11352156
HSL0.760.500.41
HSV275°67°61°
CMYK 0.280.670.00   0.39
XYZ14.03888.367032.3276
Yxy8.36700.25650.1529
Hunter Lab28.925836.0129-46.0148
CIE-Lab34.735845.6132-45.9486

#71349c color RGB value is (113,52,156).

#71349c hex color red value is 113, green value is 52 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #71349c hue: 0.76 , saturation: 0.50 and the lightness value of 71349c is 0.41.

The process color (four color CMYK) of #71349c color hex is 0.28, 0.67, 0.00, 0.39. Web safe color of #71349c is #663399. Color #71349c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110100 10011100
Octal 161 64 234
Decimal 113 52 156
Hex 71 34 9C

RGB Percentages of Color #71349c

%35.20
%16.20
%48.60

CMYK Percentages of Color #71349c

%28
%67
%0
%39

Triadic Colors of #71349c

#71349c #9c7134 #349c71

Analogous Colors of #71349c

#71349c #9c3493 #3d349c

Monochromatic Colors of #71349c

#71349c

Complementary Color

#71349c #5f9c34

#71349c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71349c Color Preview on White Background

Lorem ipsum dolor sit amet.

#71349c Color CSS Codes

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

#71349c Text Font Color

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

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


#71349c Background Color

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

This div background color is #71349c


#71349c Border Color

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

This div border color is #71349c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,52,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71349c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71349c;
  -webkit-box-shadow: 1px 1px 3px 2px #71349c;
  box-shadow:         1px 1px 3px 2px #71349c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,52,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71349c


Comments

No comments written yet.

Please login to write comment.