Color Hex Logo

#712bbb Color Hex

#712BBB
(113,43,187)
0 Favorites   0 Comments

Color spaces of #712bbb

RGB 11343187
HSL0.750.630.45
HSV269°77°73°
CMYK 0.400.770.00   0.27
XYZ16.64368.826347.8401
Yxy8.82630.22700.1204
Hunter Lab29.709148.0082-74.6774
CIE-Lab35.647757.1110-62.9979

#712bbb color RGB value is (113,43,187).

#712bbb hex color red value is 113, green value is 43 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #712bbb hue: 0.75 , saturation: 0.63 and the lightness value of 712bbb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101011 10111011
Octal 161 53 273
Decimal 113 43 187
Hex 71 2B BB

RGB Percentages of Color #712bbb

%32.94
%12.54
%54.52

CMYK Percentages of Color #712bbb

%40
%77
%0
%27

Triadic Colors of #712bbb

#712bbb #bb712b #2bbb71

Analogous Colors of #712bbb

#712bbb #b92bbb #2b2dbb

Monochromatic Colors of #712bbb

#712bbb

Complementary Color

#712bbb #75bb2b

#712bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#712bbb Color CSS Codes

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

#712bbb Text Font Color

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

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


#712bbb Background Color

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

This div background color is #712bbb


#712bbb Border Color

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

This div border color is #712bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712bbb


Comments

No comments written yet.

Please login to write comment.