Color Hex Logo

#713ff1 Color Hex

#713FF1
(113,63,241)
0 Favorites   0 Comments

Color spaces of #713ff1

RGB 11363241
HSL0.710.860.60
HSV257°74°95°
CMYK 0.530.740.00   0.05
XYZ24.464713.416684.5193
Yxy13.41660.19990.1096
Hunter Lab36.628755.1219-111.1694
CIE-Lab43.384462.0891-81.4201

#713ff1 color RGB value is (113,63,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111111 11110001
Octal 161 77 361
Decimal 113 63 241
Hex 71 3F F1

RGB Percentages of Color #713ff1

%27.10
%15.11
%57.79

CMYK Percentages of Color #713ff1

%53
%74
%0
%5

Triadic Colors of #713ff1

#713ff1 #f1713f #3ff171

Analogous Colors of #713ff1

#713ff1 #ca3ff1 #3f66f1

Monochromatic Colors of #713ff1

#713ff1

Complementary Color

#713ff1 #bff13f

#713ff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713ff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713ff1 Color CSS Codes

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

#713ff1 Text Font Color

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

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


#713ff1 Background Color

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

This div background color is #713ff1


#713ff1 Border Color

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

This div border color is #713ff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713ff1


Comments

No comments written yet.

Please login to write comment.