color codes Logo

#713aad color codes

#713AAD
(113,58,173)
0 Favorites   0 Comments

Color spaces of #713aad

RGB 11358173
HSL0.750.500.45
HSV269°66°68°
CMYK 0.350.660.00   0.32
XYZ15.86599.554040.5430
Yxy9.55400.24050.1448
Hunter Lab30.909537.5325-56.1320
CIE-Lab37.029846.7271-52.4543

#713aad color RGB value is (113,58,173).

#713aad hex color red value is 113, green value is 58 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #713aad hue: 0.75 , saturation: 0.50 and the lightness value of 713aad is 0.45.

The process color (four color CMYK) of #713aad color code is 0.35, 0.66, 0.00, 0.32. Web safe color of #713aad is #663399. Color #713aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111010 10101101
Octal 161 72 255
Decimal 113 58 173
Hex 71 3A AD

RGB Percentages of Color #713aad

%32.85
%16.86
%50.29

CMYK Percentages of Color #713aad

%35
%66
%0
%32

Triadic Colors of #713aad

#713aad #ad713a #3aad71

Analogous Colors of #713aad

#713aad #ab3aad #3a3dad

Monochromatic Colors of #713aad

#713aad

Complementary Color

#713aad #76ad3a

#713aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#713aad Color CSS Codes

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

#713aad Text Font Color

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

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


#713aad Background Color

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

This div background color is #713aad


#713aad Border Color

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

This div border color is #713aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713aad


Comments

No comments written yet.

Please login to write comment.