Color Hex Logo

#713eee Color Hex

#713EEE
(113,62,238)
0 Favorites   0 Comments

Color spaces of #713eee

RGB 11362238
HSL0.710.840.59
HSV257°74°93°
CMYK 0.530.740.00   0.07
XYZ23.965313.129082.1600
Yxy13.12900.20100.1101
Hunter Lab36.234054.6512-109.0755
CIE-Lab42.957061.7522-80.4305

#713eee color RGB value is (113,62,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111110 11101110
Octal 161 76 356
Decimal 113 62 238
Hex 71 3E EE

RGB Percentages of Color #713eee

%27.36
%15.01
%57.63

CMYK Percentages of Color #713eee

%53
%74
%0
%7

Triadic Colors of #713eee

#713eee #ee713e #3eee71

Analogous Colors of #713eee

#713eee #c93eee #3e63ee

Monochromatic Colors of #713eee

#713eee

Complementary Color

#713eee #bbee3e

#713eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#713eee Color CSS Codes

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

#713eee Text Font Color

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

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


#713eee Background Color

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

This div background color is #713eee


#713eee Border Color

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

This div border color is #713eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713eee


Comments

No comments written yet.

Please login to write comment.