Color Hex Logo

#713cbb Color Hex

#713CBB
(113,60,187)
0 Favorites   0 Comments

Color spaces of #713cbb

RGB 11360187
HSL0.740.510.48
HSV265°68°73°
CMYK 0.400.680.00   0.27
XYZ17.395610.330348.0908
Yxy10.33030.22940.1363
Hunter Lab32.140840.3634-66.2144
CIE-Lab38.428849.2744-58.4680

#713cbb color RGB value is (113,60,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111100 10111011
Octal 161 74 273
Decimal 113 60 187
Hex 71 3C BB

RGB Percentages of Color #713cbb

%31.39
%16.67
%51.94

CMYK Percentages of Color #713cbb

%40
%68
%0
%27

Triadic Colors of #713cbb

#713cbb #bb713c #3cbb71

Analogous Colors of #713cbb

#713cbb #b13cbb #3c46bb

Monochromatic Colors of #713cbb

#713cbb

Complementary Color

#713cbb #86bb3c

#713cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#713cbb Color CSS Codes

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

#713cbb Text Font Color

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

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


#713cbb Background Color

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

This div background color is #713cbb


#713cbb Border Color

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

This div border color is #713cbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,60,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 #713cbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713cbb


Comments

No comments written yet.

Please login to write comment.