Color Hex Logo

#712bae Color Hex

#712BAE
(113,43,174)
0 Favorites   0 Comments

Color spaces of #712bae

RGB 11343174
HSL0.760.600.43
HSV272°75°68°
CMYK 0.350.750.00   0.32
XYZ15.31398.294540.8383
Yxy8.29450.23760.1287
Hunter Lab28.800244.5134-63.9124
CIE-Lab34.588854.0179-57.0113

#712bae color RGB value is (113,43,174).

#712bae hex color red value is 113, green value is 43 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #712bae hue: 0.76 , saturation: 0.60 and the lightness value of 712bae is 0.43.

The process color (four color CMYK) of #712bae color hex is 0.35, 0.75, 0.00, 0.32. Web safe color of #712bae is #663399. Color #712bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101011 10101110
Octal 161 53 256
Decimal 113 43 174
Hex 71 2B AE

RGB Percentages of Color #712bae

%34.24
%13.03
%52.73

CMYK Percentages of Color #712bae

%35
%75
%0
%32

Triadic Colors of #712bae

#712bae #ae712b #2bae71

Analogous Colors of #712bae

#712bae #ae2baa #2f2bae

Monochromatic Colors of #712bae

#712bae

Complementary Color

#712bae #68ae2b

#712bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#712bae Color CSS Codes

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

#712bae Text Font Color

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

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


#712bae Background Color

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

This div background color is #712bae


#712bae Border Color

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

This div border color is #712bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712bae


Comments

No comments written yet.

Please login to write comment.