Color Hex Logo

#713ff6 Color Hex

#713FF6
(113,63,246)
0 Favorites   0 Comments

Color spaces of #713ff6

RGB 11363246
HSL0.710.910.61
HSV256°74°96°
CMYK 0.540.740.00   0.04
XYZ25.222113.719588.5076
Yxy13.71950.19790.1076
Hunter Lab37.039856.7290-115.7470
CIE-Lab43.827963.4260-83.5022

#713ff6 color RGB value is (113,63,246).

#713ff6 hex color red value is 113, green value is 63 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #713ff6 hue: 0.71 , saturation: 0.91 and the lightness value of 713ff6 is 0.61.

The process color (four color CMYK) of #713ff6 color hex is 0.54, 0.74, 0.00, 0.04. Web safe color of #713ff6 is #6633ff. Color #713ff6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111111 11110110
Octal 161 77 366
Decimal 113 63 246
Hex 71 3F F6

RGB Percentages of Color #713ff6

%26.78
%14.93
%58.29

CMYK Percentages of Color #713ff6

%54
%74
%0
%4

Triadic Colors of #713ff6

#713ff6 #f6713f #3ff671

Analogous Colors of #713ff6

#713ff6 #cd3ff6 #3f69f6

Monochromatic Colors of #713ff6

#713ff6

Complementary Color

#713ff6 #c4f63f

#713ff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713ff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713ff6 Color CSS Codes

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

#713ff6 Text Font Color

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

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


#713ff6 Background Color

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

This div background color is #713ff6


#713ff6 Border Color

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

This div border color is #713ff6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713ff6


Comments

No comments written yet.

Please login to write comment.