Color Hex Logo

#712fbe Color Hex

#712FBE
(113,47,190)
0 Favorites   0 Comments

Color spaces of #712fbe

RGB 11347190
HSL0.740.600.46
HSV268°75°75°
CMYK 0.410.750.00   0.25
XYZ17.12089.261449.6005
Yxy9.26140.22530.1219
Hunter Lab30.432547.1639-75.3310
CIE-Lab36.482856.1598-63.4006

#712fbe color RGB value is (113,47,190).

#712fbe hex color red value is 113, green value is 47 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #712fbe hue: 0.74 , saturation: 0.60 and the lightness value of 712fbe is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101111 10111110
Octal 161 57 276
Decimal 113 47 190
Hex 71 2F BE

RGB Percentages of Color #712fbe

%32.29
%13.43
%54.29

CMYK Percentages of Color #712fbe

%41
%75
%0
%25

Triadic Colors of #712fbe

#712fbe #be712f #2fbe71

Analogous Colors of #712fbe

#712fbe #b92fbe #2f35be

Monochromatic Colors of #712fbe

#712fbe

Complementary Color

#712fbe #7cbe2f

#712fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#712fbe Color CSS Codes

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

#712fbe Text Font Color

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

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


#712fbe Background Color

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

This div background color is #712fbe


#712fbe Border Color

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

This div border color is #712fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712fbe


Comments

No comments written yet.

Please login to write comment.