Color Hex Logo

#713ada Color Hex

#713ADA
(113,58,218)
0 Favorites   0 Comments

Color spaces of #713ada

RGB 11358218
HSL0.720.680.54
HSV261°73°85°
CMYK 0.480.730.00   0.15
XYZ20.978011.598867.4628
Yxy11.59880.20970.1159
Hunter Lab34.057050.3504-93.6064
CIE-Lab40.571258.3242-72.9661

#713ada color RGB value is (113,58,218).

#713ada hex color red value is 113, green value is 58 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #713ada hue: 0.72 , saturation: 0.68 and the lightness value of 713ada is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111010 11011010
Octal 161 72 332
Decimal 113 58 218
Hex 71 3A DA

RGB Percentages of Color #713ada

%29.05
%14.91
%56.04

CMYK Percentages of Color #713ada

%48
%73
%0
%15

Triadic Colors of #713ada

#713ada #da713a #3ada71

Analogous Colors of #713ada

#713ada #c13ada #3a53da

Monochromatic Colors of #713ada

#713ada

Complementary Color

#713ada #a3da3a

#713ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#713ada Color CSS Codes

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

#713ada Text Font Color

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

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


#713ada Background Color

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

This div background color is #713ada


#713ada Border Color

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

This div border color is #713ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713ada


Comments

No comments written yet.

Please login to write comment.