Color Hex Logo

#712efa Color Hex

#712EFA
(113,46,250)
0 Favorites   0 Comments

Color spaces of #712efa

RGB 11346250
HSL0.720.950.58
HSV260°82°98°
CMYK 0.550.820.00   0.02
XYZ25.042412.366891.5096
Yxy12.36680.19420.0959
Hunter Lab35.166565.5704-129.6670
CIE-Lab41.793271.4314-89.0972

#712efa color RGB value is (113,46,250).

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

The process color (four color CMYK) of #712efa color hex is 0.55, 0.82, 0.00, 0.02. Web safe color of #712efa is #6633ff. Color #712efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101110 11111010
Octal 161 56 372
Decimal 113 46 250
Hex 71 2E FA

RGB Percentages of Color #712efa

%27.63
%11.25
%61.12

CMYK Percentages of Color #712efa

%55
%82
%0
%2

Triadic Colors of #712efa

#712efa #fa712e #2efa71

Analogous Colors of #712efa

#712efa #d72efa #2e51fa

Monochromatic Colors of #712efa

#712efa

Complementary Color

#712efa #b7fa2e

#712efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#712efa Color CSS Codes

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

#712efa Text Font Color

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

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


#712efa Background Color

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

This div background color is #712efa


#712efa Border Color

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

This div border color is #712efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712efa


Comments

No comments written yet.

Please login to write comment.