Color Hex Logo

#713eec Color Hex

#713EEC
(113,62,236)
0 Favorites   0 Comments

Color spaces of #713eec

RGB 11362236
HSL0.720.820.58
HSV258°74°93°
CMYK 0.520.740.00   0.07
XYZ23.673013.012180.6208
Yxy13.01210.20180.1109
Hunter Lab36.072354.0169-107.2613
CIE-Lab42.781561.2192-79.5889

#713eec color RGB value is (113,62,236).

#713eec hex color red value is 113, green value is 62 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #713eec hue: 0.72 , saturation: 0.82 and the lightness value of 713eec is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111110 11101100
Octal 161 76 354
Decimal 113 62 236
Hex 71 3E EC

RGB Percentages of Color #713eec

%27.49
%15.09
%57.42

CMYK Percentages of Color #713eec

%52
%74
%0
%7

Triadic Colors of #713eec

#713eec #ec713e #3eec71

Analogous Colors of #713eec

#713eec #c83eec #3e62ec

Monochromatic Colors of #713eec

#713eec

Complementary Color

#713eec #b9ec3e

#713eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#713eec Color CSS Codes

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

#713eec Text Font Color

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

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


#713eec Background Color

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

This div background color is #713eec


#713eec Border Color

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

This div border color is #713eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713eec


Comments

No comments written yet.

Please login to write comment.