Color Hex Logo

#713bbb Color Hex

#713BBB
(113,59,187)
0 Favorites   0 Comments

Color spaces of #713bbb

RGB 11359187
HSL0.740.520.48
HSV265°68°73°
CMYK 0.400.680.00   0.27
XYZ17.343710.226548.0735
Yxy10.22650.22930.1352
Hunter Lab31.978940.8461-66.7447
CIE-Lab38.245949.7803-58.7651

#713bbb color RGB value is (113,59,187).

#713bbb hex color red value is 113, green value is 59 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #713bbb hue: 0.74 , saturation: 0.52 and the lightness value of 713bbb is 0.48.

The process color (four color CMYK) of #713bbb color hex is 0.40, 0.68, 0.00, 0.27. Web safe color of #713bbb is #6633cc. Color #713bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111011 10111011
Octal 161 73 273
Decimal 113 59 187
Hex 71 3B BB

RGB Percentages of Color #713bbb

%31.48
%16.43
%52.09

CMYK Percentages of Color #713bbb

%40
%68
%0
%27

Triadic Colors of #713bbb

#713bbb #bb713b #3bbb71

Analogous Colors of #713bbb

#713bbb #b13bbb #3b45bb

Monochromatic Colors of #713bbb

#713bbb

Complementary Color

#713bbb #85bb3b

#713bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#713bbb Color CSS Codes

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

#713bbb Text Font Color

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

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


#713bbb Background Color

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

This div background color is #713bbb


#713bbb Border Color

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

This div border color is #713bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713bbb


Comments

No comments written yet.

Please login to write comment.