Color Hex Logo

#713eef Color Hex

#713EEF
(113,62,239)
0 Favorites   0 Comments

Color spaces of #713eef

RGB 11362239
HSL0.710.850.59
HSV257°74°94°
CMYK 0.530.740.00   0.06
XYZ24.112713.188082.9360
Yxy13.18800.20050.1097
Hunter Lab36.315354.9691-109.9844
CIE-Lab43.045262.0184-80.8500

#713eef color RGB value is (113,62,239).

#713eef hex color red value is 113, green value is 62 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #713eef hue: 0.71 , saturation: 0.85 and the lightness value of 713eef is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111110 11101111
Octal 161 76 357
Decimal 113 62 239
Hex 71 3E EF

RGB Percentages of Color #713eef

%27.29
%14.98
%57.73

CMYK Percentages of Color #713eef

%53
%74
%0
%6

Triadic Colors of #713eef

#713eef #ef713e #3eef71

Analogous Colors of #713eef

#713eef #ca3eef #3e64ef

Monochromatic Colors of #713eef

#713eef

Complementary Color

#713eef #bcef3e

#713eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#713eef Color CSS Codes

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

#713eef Text Font Color

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

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


#713eef Background Color

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

This div background color is #713eef


#713eef Border Color

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

This div border color is #713eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713eef


Comments

No comments written yet.

Please login to write comment.