Color Hex Logo

#713faf Color Hex

#713FAF
(113,63,175)
0 Favorites   0 Comments

Color spaces of #713faf

RGB 11363175
HSL0.740.470.47
HSV267°64°69°
CMYK 0.350.640.00   0.31
XYZ16.325410.160941.6582
Yxy10.16090.23960.1491
Hunter Lab31.876235.6356-55.1714
CIE-Lab38.129744.6187-51.8652

#713faf color RGB value is (113,63,175).

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

The process color (four color CMYK) of #713faf color hex is 0.35, 0.64, 0.00, 0.31. Web safe color of #713faf is #663399. Color #713faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111111 10101111
Octal 161 77 257
Decimal 113 63 175
Hex 71 3F AF

RGB Percentages of Color #713faf

%32.19
%17.95
%49.86

CMYK Percentages of Color #713faf

%35
%64
%0
%31

Triadic Colors of #713faf

#713faf #af713f #3faf71

Analogous Colors of #713faf

#713faf #a93faf #3f45af

Monochromatic Colors of #713faf

#713faf

Complementary Color

#713faf #7daf3f

#713faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#713faf Color CSS Codes

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

#713faf Text Font Color

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

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


#713faf Background Color

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

This div background color is #713faf


#713faf Border Color

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

This div border color is #713faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713faf


Comments

No comments written yet.

Please login to write comment.