Color Hex Logo

#713aab Color Hex

#713AAB
(113,58,171)
0 Favorites   0 Comments

Color spaces of #713aab

RGB 11358171
HSL0.750.490.45
HSV269°66°67°
CMYK 0.340.660.00   0.33
XYZ15.67389.477139.5312
Yxy9.47710.24230.1465
Hunter Lab30.784937.0078-54.5855
CIE-Lab36.887146.2265-51.4932

#713aab color RGB value is (113,58,171).

#713aab hex color red value is 113, green value is 58 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #713aab hue: 0.75 , saturation: 0.49 and the lightness value of 713aab is 0.45.

The process color (four color CMYK) of #713aab color hex is 0.34, 0.66, 0.00, 0.33. Web safe color of #713aab is #663399. Color #713aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111010 10101011
Octal 161 72 253
Decimal 113 58 171
Hex 71 3A AB

RGB Percentages of Color #713aab

%33.04
%16.96
%50.00

CMYK Percentages of Color #713aab

%34
%66
%0
%33

Triadic Colors of #713aab

#713aab #ab713a #3aab71

Analogous Colors of #713aab

#713aab #aa3aab #3a3bab

Monochromatic Colors of #713aab

#713aab

Complementary Color

#713aab #74ab3a

#713aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#713aab Color CSS Codes

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

#713aab Text Font Color

<p style="color:#713aab">Text here</p>

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


#713aab Background Color

<div style="background-color:#713aab">
Div content here</div>

This div background color is #713aab


#713aab Border Color

<div style="border:3px solid #713aab">
Div here</div>

This div border color is #713aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,58,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #713aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #713aab;
  -webkit-box-shadow: 1px 1px 3px 2px #713aab;
  box-shadow:         1px 1px 3px 2px #713aab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713aab


Comments

No comments written yet.

Please login to write comment.