Color Hex Logo

#71358a Color Hex

#71358A
(113,53,138)
0 Favorites   0 Comments

Color spaces of #71358a

RGB 11353138
HSL0.780.450.37
HSV282°62°54°
CMYK 0.180.620.00   0.46
XYZ12.67067.891924.9002
Yxy7.89190.27870.1736
Hunter Lab28.092531.3471-32.8877
CIE-Lab33.756740.9521-36.5175

#71358a color RGB value is (113,53,138).

#71358a hex color red value is 113, green value is 53 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #71358a hue: 0.78 , saturation: 0.45 and the lightness value of 71358a is 0.37.

The process color (four color CMYK) of #71358a color hex is 0.18, 0.62, 0.00, 0.46. Web safe color of #71358a is #663399. Color #71358a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110101 10001010
Octal 161 65 212
Decimal 113 53 138
Hex 71 35 8A

RGB Percentages of Color #71358a

%37.17
%17.43
%45.39

CMYK Percentages of Color #71358a

%18
%62
%0
%46

Triadic Colors of #71358a

#71358a #8a7135 #358a71

Analogous Colors of #71358a

#71358a #8a3579 #47358a

Monochromatic Colors of #71358a

#71358a

Complementary Color

#71358a #4e8a35

#71358a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71358a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71358a Color CSS Codes

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

#71358a Text Font Color

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

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


#71358a Background Color

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

This div background color is #71358a


#71358a Border Color

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

This div border color is #71358a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71358a


Comments

No comments written yet.

Please login to write comment.