color codes Logo

#713ffb color codes

#713FFB
(113,63,251)
0 Favorites   0 Comments

Color spaces of #713ffb

RGB 11363251
HSL0.710.960.62
HSV256°75°98°
CMYK 0.550.750.00   0.02
XYZ26.000114.030892.6046
Yxy14.03080.19600.1058
Hunter Lab37.457758.3492-120.3590
CIE-Lab44.277164.7604-85.5645

#713ffb color RGB value is (113,63,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111111 11111011
Octal 161 77 373
Decimal 113 63 251
Hex 71 3F FB

RGB Percentages of Color #713ffb

%26.46
%14.75
%58.78

CMYK Percentages of Color #713ffb

%55
%75
%0
%2

Triadic Colors of #713ffb

#713ffb #fb713f #3ffb71

Analogous Colors of #713ffb

#713ffb #cf3ffb #3f6bfb

Monochromatic Colors of #713ffb

#713ffb

Complementary Color

#713ffb #c9fb3f

#713ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#713ffb Color CSS Codes

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

#713ffb Text Font Color

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

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


#713ffb Background Color

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

This div background color is #713ffb


#713ffb Border Color

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

This div border color is #713ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.