Color Hex Logo

#712ee9 Color Hex

#712EE9
(113,46,233)
0 Favorites   0 Comments

Color spaces of #712ee9

RGB 11346233
HSL0.730.810.55
HSV261°80°91°
CMYK 0.520.800.00   0.09
XYZ22.495011.347978.0955
Yxy11.34790.20100.1014
Hunter Lab33.686660.2457-113.8709
CIE-Lab40.160467.2100-82.1989

#712ee9 color RGB value is (113,46,233).

#712ee9 hex color red value is 113, green value is 46 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #712ee9 hue: 0.73 , saturation: 0.81 and the lightness value of 712ee9 is 0.55.

The process color (four color CMYK) of #712ee9 color hex is 0.52, 0.80, 0.00, 0.09. Web safe color of #712ee9 is #6633ff. Color #712ee9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101110 11101001
Octal 161 56 351
Decimal 113 46 233
Hex 71 2E E9

RGB Percentages of Color #712ee9

%28.83
%11.73
%59.44

CMYK Percentages of Color #712ee9

%52
%80
%0
%9

Triadic Colors of #712ee9

#712ee9 #e9712e #2ee971

Analogous Colors of #712ee9

#712ee9 #cf2ee9 #2e48e9

Monochromatic Colors of #712ee9

#712ee9

Complementary Color

#712ee9 #a6e92e

#712ee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712ee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712ee9 Color CSS Codes

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

#712ee9 Text Font Color

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

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


#712ee9 Background Color

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

This div background color is #712ee9


#712ee9 Border Color

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

This div border color is #712ee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712ee9


Comments

No comments written yet.

Please login to write comment.