Color Hex Logo

#712b9f Color Hex

#712B9F
(113,43,159)
0 Favorites   0 Comments

Color spaces of #712b9f

RGB 11343159
HSL0.770.570.40
HSV276°73°62°
CMYK 0.290.730.00   0.38
XYZ13.93197.741733.5609
Yxy7.74170.25220.1402
Hunter Lab27.823940.6861-52.0382
CIE-Lab33.439050.5301-49.8600

#712b9f color RGB value is (113,43,159).

#712b9f hex color red value is 113, green value is 43 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #712b9f hue: 0.77 , saturation: 0.57 and the lightness value of 712b9f is 0.40.

The process color (four color CMYK) of #712b9f color hex is 0.29, 0.73, 0.00, 0.38. Web safe color of #712b9f is #663399. Color #712b9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101011 10011111
Octal 161 53 237
Decimal 113 43 159
Hex 71 2B 9F

RGB Percentages of Color #712b9f

%35.87
%13.65
%50.48

CMYK Percentages of Color #712b9f

%29
%73
%0
%38

Triadic Colors of #712b9f

#712b9f #9f712b #2b9f71

Analogous Colors of #712b9f

#712b9f #9f2b93 #372b9f

Monochromatic Colors of #712b9f

#712b9f

Complementary Color

#712b9f #599f2b

#712b9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712b9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#712b9f Color CSS Codes

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

#712b9f Text Font Color

<p style="color:#712b9f">Text here</p>

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


#712b9f Background Color

<div style="background-color:#712b9f">
Div content here</div>

This div background color is #712b9f


#712b9f Border Color

<div style="border:3px solid #712b9f">
Div here</div>

This div border color is #712b9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,43,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #712b9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #712b9f;
  -webkit-box-shadow: 1px 1px 3px 2px #712b9f;
  box-shadow:         1px 1px 3px 2px #712b9f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712b9f


Comments

No comments written yet.

Please login to write comment.