Color Hex Logo

#712ef3 Color Hex

#712EF3
(113,46,243)
0 Favorites   0 Comments

Color spaces of #712ef3

RGB 11346243
HSL0.720.890.57
HSV260°81°95°
CMYK 0.530.810.00   0.05
XYZ23.964711.935885.8348
Yxy11.93580.19690.0980
Hunter Lab34.548263.3588-123.1218
CIE-Lab41.113969.6939-86.2834

#712ef3 color RGB value is (113,46,243).

#712ef3 hex color red value is 113, green value is 46 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #712ef3 hue: 0.72 , saturation: 0.89 and the lightness value of 712ef3 is 0.57.

The process color (four color CMYK) of #712ef3 color hex is 0.53, 0.81, 0.00, 0.05. Web safe color of #712ef3 is #6633ff. Color #712ef3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101110 11110011
Octal 161 56 363
Decimal 113 46 243
Hex 71 2E F3

RGB Percentages of Color #712ef3

%28.11
%11.44
%60.45

CMYK Percentages of Color #712ef3

%53
%81
%0
%5

Triadic Colors of #712ef3

#712ef3 #f3712e #2ef371

Analogous Colors of #712ef3

#712ef3 #d42ef3 #2e4ef3

Monochromatic Colors of #712ef3

#712ef3

Complementary Color

#712ef3 #b0f32e

#712ef3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712ef3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712ef3 Color CSS Codes

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

#712ef3 Text Font Color

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

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


#712ef3 Background Color

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

This div background color is #712ef3


#712ef3 Border Color

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

This div border color is #712ef3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712ef3


Comments

No comments written yet.

Please login to write comment.