Color Hex Logo

#713afc Color Hex

#713AFC
(113,58,252)
0 Favorites   0 Comments

Color spaces of #713afc

RGB 11358252
HSL0.710.970.61
HSV257°77°99°
CMYK 0.550.770.00   0.01
XYZ25.893813.565193.3490
Yxy13.56510.19500.1021
Hunter Lab36.830861.0399-124.4910
CIE-Lab43.602767.2244-87.2337

#713afc color RGB value is (113,58,252).

#713afc hex color red value is 113, green value is 58 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #713afc hue: 0.71 , saturation: 0.97 and the lightness value of 713afc is 0.61.

The process color (four color CMYK) of #713afc color hex is 0.55, 0.77, 0.00, 0.01. Web safe color of #713afc is #6633ff. Color #713afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111010 11111100
Octal 161 72 374
Decimal 113 58 252
Hex 71 3A FC

RGB Percentages of Color #713afc

%26.71
%13.71
%59.57

CMYK Percentages of Color #713afc

%55
%77
%0
%1

Triadic Colors of #713afc

#713afc #fc713a #3afc71

Analogous Colors of #713afc

#713afc #d23afc #3a64fc

Monochromatic Colors of #713afc

#713afc

Complementary Color

#713afc #c5fc3a

#713afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#713afc Color CSS Codes

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

#713afc Text Font Color

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

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


#713afc Background Color

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

This div background color is #713afc


#713afc Border Color

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

This div border color is #713afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713afc


Comments

No comments written yet.

Please login to write comment.