Color Hex Logo

#713aca Color Hex

#713ACA
(113,58,202)
0 Favorites   0 Comments

Color spaces of #713aca

RGB 11358202
HSL0.730.580.51
HSV263°71°79°
CMYK 0.440.710.00   0.21
XYZ18.983810.801156.9614
Yxy10.80110.21880.1245
Hunter Lab32.865045.5930-79.7554
CIE-Lab39.243454.1522-65.9051

#713aca color RGB value is (113,58,202).

#713aca hex color red value is 113, green value is 58 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #713aca hue: 0.73 , saturation: 0.58 and the lightness value of 713aca is 0.51.

The process color (four color CMYK) of #713aca color hex is 0.44, 0.71, 0.00, 0.21. Web safe color of #713aca is #6633cc. Color #713aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111010 11001010
Octal 161 72 312
Decimal 113 58 202
Hex 71 3A CA

RGB Percentages of Color #713aca

%30.29
%15.55
%54.16

CMYK Percentages of Color #713aca

%44
%71
%0
%21

Triadic Colors of #713aca

#713aca #ca713a #3aca71

Analogous Colors of #713aca

#713aca #b93aca #3a4bca

Monochromatic Colors of #713aca

#713aca

Complementary Color

#713aca #93ca3a

#713aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#713aca Color CSS Codes

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

#713aca Text Font Color

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

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


#713aca Background Color

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

This div background color is #713aca


#713aca Border Color

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

This div border color is #713aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713aca


Comments

No comments written yet.

Please login to write comment.