Color Hex Logo

#713bce Color Hex

#713BCE
(113,59,206)
0 Favorites   0 Comments

Color spaces of #713bce

RGB 11359206
HSL0.730.600.52
HSV262°71°81°
CMYK 0.450.710.00   0.19
XYZ19.514611.094959.5055
Yxy11.09490.21660.1231
Hunter Lab33.309046.2862-82.6034
CIE-Lab39.739854.7115-67.4136

#713bce color RGB value is (113,59,206).

#713bce hex color red value is 113, green value is 59 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #713bce hue: 0.73 , saturation: 0.60 and the lightness value of 713bce is 0.52.

The process color (four color CMYK) of #713bce color hex is 0.45, 0.71, 0.00, 0.19. Web safe color of #713bce is #6633cc. Color #713bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111011 11001110
Octal 161 73 316
Decimal 113 59 206
Hex 71 3B CE

RGB Percentages of Color #713bce

%29.89
%15.61
%54.50

CMYK Percentages of Color #713bce

%45
%71
%0
%19

Triadic Colors of #713bce

#713bce #ce713b #3bce71

Analogous Colors of #713bce

#713bce #bb3bce #3b4fce

Monochromatic Colors of #713bce

#713bce

Complementary Color

#713bce #98ce3b

#713bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#713bce Color CSS Codes

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

#713bce Text Font Color

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

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


#713bce Background Color

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

This div background color is #713bce


#713bce Border Color

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

This div border color is #713bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713bce


Comments

No comments written yet.

Please login to write comment.