Color Hex Logo

#713ecb Color Hex

#713ECB
(113,62,203)
0 Favorites   0 Comments

Color spaces of #713ecb

RGB 11362203
HSL0.730.580.52
HSV262°69°80°
CMYK 0.440.690.00   0.20
XYZ19.312211.267857.6569
Yxy11.26780.21890.1277
Hunter Lab33.567543.9521-78.3415
CIE-Lab40.027952.4466-65.2058

#713ecb color RGB value is (113,62,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111110 11001011
Octal 161 76 313
Decimal 113 62 203
Hex 71 3E CB

RGB Percentages of Color #713ecb

%29.89
%16.40
%53.70

CMYK Percentages of Color #713ecb

%44
%69
%0
%20

Triadic Colors of #713ecb

#713ecb #cb713e #3ecb71

Analogous Colors of #713ecb

#713ecb #b83ecb #3e51cb

Monochromatic Colors of #713ecb

#713ecb

Complementary Color

#713ecb #98cb3e

#713ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#713ecb Color CSS Codes

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

#713ecb Text Font Color

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

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


#713ecb Background Color

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

This div background color is #713ecb


#713ecb Border Color

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

This div border color is #713ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713ecb


Comments

No comments written yet.

Please login to write comment.