Color Hex Logo

#713ff9 Color Hex

#713FF9
(113,63,249)
0 Favorites   0 Comments

Color spaces of #713ff9

RGB 11363249
HSL0.710.940.61
HSV256°75°98°
CMYK 0.550.750.00   0.02
XYZ25.686413.905390.9527
Yxy13.90530.19680.1065
Hunter Lab37.289857.6993-118.5100
CIE-Lab44.096864.2267-84.7418

#713ff9 color RGB value is (113,63,249).

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

The process color (four color CMYK) of #713ff9 color hex is 0.55, 0.75, 0.00, 0.02. Web safe color of #713ff9 is #6633ff. Color #713ff9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111111 11111001
Octal 161 77 371
Decimal 113 63 249
Hex 71 3F F9

RGB Percentages of Color #713ff9

%26.59
%14.82
%58.59

CMYK Percentages of Color #713ff9

%55
%75
%0
%2

Triadic Colors of #713ff9

#713ff9 #f9713f #3ff971

Analogous Colors of #713ff9

#713ff9 #ce3ff9 #3f6af9

Monochromatic Colors of #713ff9

#713ff9

Complementary Color

#713ff9 #c7f93f

#713ff9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713ff9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713ff9 Color CSS Codes

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

#713ff9 Text Font Color

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

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


#713ff9 Background Color

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

This div background color is #713ff9


#713ff9 Border Color

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

This div border color is #713ff9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713ff9

Related Colors


Comments

No comments written yet.

Please login to write comment.