Color Hex Logo

#713fab Color Hex

#713FAB
(113,63,171)
0 Favorites   0 Comments

Color spaces of #713fab

RGB 11363171
HSL0.740.460.46
HSV268°63°67°
CMYK 0.340.630.00   0.33
XYZ15.938210.006039.6194
Yxy10.00600.24310.1526
Hunter Lab31.632334.5824-52.1181
CIE-Lab37.853243.5954-49.9336

#713fab color RGB value is (113,63,171).

#713fab hex color red value is 113, green value is 63 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #713fab hue: 0.74 , saturation: 0.46 and the lightness value of 713fab is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111111 10101011
Octal 161 77 253
Decimal 113 63 171
Hex 71 3F AB

RGB Percentages of Color #713fab

%32.56
%18.16
%49.28

CMYK Percentages of Color #713fab

%34
%63
%0
%33

Triadic Colors of #713fab

#713fab #ab713f #3fab71

Analogous Colors of #713fab

#713fab #a73fab #3f43ab

Monochromatic Colors of #713fab

#713fab

Complementary Color

#713fab #79ab3f

#713fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#713fab Color CSS Codes

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

#713fab Text Font Color

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

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


#713fab Background Color

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

This div background color is #713fab


#713fab Border Color

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

This div border color is #713fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713fab


Comments

No comments written yet.

Please login to write comment.