Color Hex Logo

#713dbc Color Hex

#713DBC
(113,61,188)
0 Favorites   0 Comments

Color spaces of #713dbc

RGB 11361188
HSL0.730.510.49
HSV265°68°74°
CMYK 0.400.680.00   0.26
XYZ17.555910.479048.6743
Yxy10.47900.22890.1366
Hunter Lab32.371340.1561-66.4901
CIE-Lab38.688749.0234-58.6334

#713dbc color RGB value is (113,61,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111101 10111100
Octal 161 75 274
Decimal 113 61 188
Hex 71 3D BC

RGB Percentages of Color #713dbc

%31.22
%16.85
%51.93

CMYK Percentages of Color #713dbc

%40
%68
%0
%26

Triadic Colors of #713dbc

#713dbc #bc713d #3dbc71

Analogous Colors of #713dbc

#713dbc #b13dbc #3d49bc

Monochromatic Colors of #713dbc

#713dbc

Complementary Color

#713dbc #88bc3d

#713dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#713dbc Color CSS Codes

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

#713dbc Text Font Color

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

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


#713dbc Background Color

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

This div background color is #713dbc


#713dbc Border Color

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

This div border color is #713dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713dbc


Comments

No comments written yet.

Please login to write comment.