Color Hex Logo

#713edb Color Hex

#713EDB
(113,62,219)
0 Favorites   0 Comments

Color spaces of #713edb

RGB 11362219
HSL0.720.690.55
HSV259°72°86°
CMYK 0.480.720.00   0.14
XYZ21.318912.070468.2240
Yxy12.07040.20980.1188
Hunter Lab34.742548.7330-92.1084
CIE-Lab41.327856.6912-72.3006

#713edb color RGB value is (113,62,219).

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

The process color (four color CMYK) of #713edb color hex is 0.48, 0.72, 0.00, 0.14. Web safe color of #713edb is #6633cc. Color #713edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111110 11011011
Octal 161 76 333
Decimal 113 62 219
Hex 71 3E DB

RGB Percentages of Color #713edb

%28.68
%15.74
%55.58

CMYK Percentages of Color #713edb

%48
%72
%0
%14

Triadic Colors of #713edb

#713edb #db713e #3edb71

Analogous Colors of #713edb

#713edb #c03edb #3e5adb

Monochromatic Colors of #713edb

#713edb

Complementary Color

#713edb #a8db3e

#713edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#713edb Color CSS Codes

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

#713edb Text Font Color

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

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


#713edb Background Color

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

This div background color is #713edb


#713edb Border Color

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

This div border color is #713edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713edb


Comments

No comments written yet.

Please login to write comment.