Color Hex Logo

#713fbf Color Hex

#713FBF
(113,63,191)
0 Favorites   0 Comments

Color spaces of #713fbf

RGB 11363191
HSL0.730.500.50
HSV263°67°75°
CMYK 0.410.670.00   0.25
XYZ17.991510.827350.4318
Yxy10.82730.22700.1366
Hunter Lab32.904940.0155-67.8377
CIE-Lab39.288148.7760-59.4189

#713fbf color RGB value is (113,63,191).

#713fbf hex color red value is 113, green value is 63 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #713fbf hue: 0.73 , saturation: 0.50 and the lightness value of 713fbf is 0.50.

The process color (four color CMYK) of #713fbf color hex is 0.41, 0.67, 0.00, 0.25. Web safe color of #713fbf is #6633cc. Color #713fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111111 10111111
Octal 161 77 277
Decimal 113 63 191
Hex 71 3F BF

RGB Percentages of Color #713fbf

%30.79
%17.17
%52.04

CMYK Percentages of Color #713fbf

%41
%67
%0
%25

Triadic Colors of #713fbf

#713fbf #bf713f #3fbf71

Analogous Colors of #713fbf

#713fbf #b13fbf #3f4dbf

Monochromatic Colors of #713fbf

#713fbf

Complementary Color

#713fbf #8dbf3f

#713fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#713fbf Color CSS Codes

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

#713fbf Text Font Color

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

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


#713fbf Background Color

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

This div background color is #713fbf


#713fbf Border Color

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

This div border color is #713fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713fbf


Comments

No comments written yet.

Please login to write comment.