Color Hex Logo

#731aef Color Hex

#731AEF
(115,26,239)
0 Favorites   0 Comments

Color spaces of #731aef

RGB 11526239
HSL0.740.870.52
HSV265°89°94°
CMYK 0.520.890.00   0.06
XYZ23.019610.615682.4971
Yxy10.61560.19820.0914
Hunter Lab32.581669.0963-127.3161
CIE-Lab38.925474.9191-87.6303

#731aef color RGB value is (115,26,239).

#731aef hex color red value is 115, green value is 26 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #731aef hue: 0.74 , saturation: 0.87 and the lightness value of 731aef is 0.52.

The process color (four color CMYK) of #731aef color hex is 0.52, 0.89, 0.00, 0.06. Web safe color of #731aef is #6633ff. Color #731aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011010 11101111
Octal 163 32 357
Decimal 115 26 239
Hex 73 1A EF

RGB Percentages of Color #731aef

%30.26
%6.84
%62.89

CMYK Percentages of Color #731aef

%52
%89
%0
%6

Triadic Colors of #731aef

#731aef #ef731a #1aef73

Analogous Colors of #731aef

#731aef #de1aef #1a2bef

Monochromatic Colors of #731aef

#731aef

Complementary Color

#731aef #96ef1a

#731aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#731aef Color CSS Codes

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

#731aef Text Font Color

<p style="color:#731aef">Text here</p>

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


#731aef Background Color

<div style="background-color:#731aef">
Div content here</div>

This div background color is #731aef


#731aef Border Color

<div style="border:3px solid #731aef">
Div here</div>

This div border color is #731aef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,26,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #731aef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #731aef;
  -webkit-box-shadow: 1px 1px 3px 2px #731aef;
  box-shadow:         1px 1px 3px 2px #731aef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,26,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731aef


Comments

No comments written yet.

Please login to write comment.