Color Hex Logo

#712cbe Color Hex

#712CBE
(113,44,190)
0 Favorites   0 Comments

Color spaces of #712cbe

RGB 11344190
HSL0.750.620.46
HSV268°77°75°
CMYK 0.410.770.00   0.25
XYZ17.00509.029849.5619
Yxy9.02980.22490.1194
Hunter Lab30.049648.4258-76.7543
CIE-Lab36.041657.4233-64.1214

#712cbe color RGB value is (113,44,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101100 10111110
Octal 161 54 276
Decimal 113 44 190
Hex 71 2C BE

RGB Percentages of Color #712cbe

%32.56
%12.68
%54.76

CMYK Percentages of Color #712cbe

%41
%77
%0
%25

Triadic Colors of #712cbe

#712cbe #be712c #2cbe71

Analogous Colors of #712cbe

#712cbe #ba2cbe #2c30be

Monochromatic Colors of #712cbe

#712cbe

Complementary Color

#712cbe #79be2c

#712cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#712cbe Color CSS Codes

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

#712cbe Text Font Color

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

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


#712cbe Background Color

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

This div background color is #712cbe


#712cbe Border Color

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

This div border color is #712cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712cbe


Comments

No comments written yet.

Please login to write comment.