Color Hex Logo

#712eaf Color Hex

#712EAF
(113,46,175)
0 Favorites   0 Comments

Color spaces of #712eaf

RGB 11346175
HSL0.750.580.43
HSV271°74°69°
CMYK 0.350.740.00   0.31
XYZ15.52498.559841.3914
Yxy8.55980.23710.1307
Hunter Lab29.257143.5186-63.4003
CIE-Lab35.122652.9613-56.7393

#712eaf color RGB value is (113,46,175).

#712eaf hex color red value is 113, green value is 46 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #712eaf hue: 0.75 , saturation: 0.58 and the lightness value of 712eaf is 0.43.

The process color (four color CMYK) of #712eaf color hex is 0.35, 0.74, 0.00, 0.31. Web safe color of #712eaf is #663399. Color #712eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101110 10101111
Octal 161 56 257
Decimal 113 46 175
Hex 71 2E AF

RGB Percentages of Color #712eaf

%33.83
%13.77
%52.40

CMYK Percentages of Color #712eaf

%35
%74
%0
%31

Triadic Colors of #712eaf

#712eaf #af712e #2eaf71

Analogous Colors of #712eaf

#712eaf #af2ead #312eaf

Monochromatic Colors of #712eaf

#712eaf

Complementary Color

#712eaf #6caf2e

#712eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#712eaf Color CSS Codes

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

#712eaf Text Font Color

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

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


#712eaf Background Color

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

This div background color is #712eaf


#712eaf Border Color

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

This div border color is #712eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712eaf


Comments

No comments written yet.

Please login to write comment.