Color Hex Logo

#713ecf Color Hex

#713ECF
(113,62,207)
0 Favorites   0 Comments

Color spaces of #713ecf

RGB 11362207
HSL0.730.600.53
HSV261°70°81°
CMYK 0.450.700.00   0.19
XYZ19.795211.461060.2003
Yxy11.46100.21640.1253
Hunter Lab33.854145.1280-81.7333
CIE-Lab40.346353.5045-67.0019

#713ecf color RGB value is (113,62,207).

#713ecf hex color red value is 113, green value is 62 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #713ecf hue: 0.73 , saturation: 0.60 and the lightness value of 713ecf is 0.53.

The process color (four color CMYK) of #713ecf color hex is 0.45, 0.70, 0.00, 0.19. Web safe color of #713ecf is #6633cc. Color #713ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111110 11001111
Octal 161 76 317
Decimal 113 62 207
Hex 71 3E CF

RGB Percentages of Color #713ecf

%29.58
%16.23
%54.19

CMYK Percentages of Color #713ecf

%45
%70
%0
%19

Triadic Colors of #713ecf

#713ecf #cf713e #3ecf71

Analogous Colors of #713ecf

#713ecf #ba3ecf #3e54cf

Monochromatic Colors of #713ecf

#713ecf

Complementary Color

#713ecf #9ccf3e

#713ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#713ecf Color CSS Codes

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

#713ecf Text Font Color

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

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


#713ecf Background Color

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

This div background color is #713ecf


#713ecf Border Color

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

This div border color is #713ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713ecf


Comments

No comments written yet.

Please login to write comment.