Color Hex Logo

#731efe Color Hex

#731EFE
(115,30,254)
0 Favorites   0 Comments

Color spaces of #731efe

RGB 11530254
HSL0.730.990.56
HSV263°88°100°
CMYK 0.550.880.00   0.00
XYZ25.423911.729194.6899
Yxy11.72910.19280.0890
Hunter Lab34.247872.5762-139.9544
CIE-Lab40.782377.4085-93.0018

#731efe color RGB value is (115,30,254).

#731efe hex color red value is 115, green value is 30 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #731efe hue: 0.73 , saturation: 0.99 and the lightness value of 731efe is 0.56.

The process color (four color CMYK) of #731efe color hex is 0.55, 0.88, 0.00, 0.00. Web safe color of #731efe is #6633ff. Color #731efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011110 11111110
Octal 163 36 376
Decimal 115 30 254
Hex 73 1E FE

RGB Percentages of Color #731efe

%28.82
%7.52
%63.66

CMYK Percentages of Color #731efe

%55
%88
%0
%0

Triadic Colors of #731efe

#731efe #fe731e #1efe73

Analogous Colors of #731efe

#731efe #e31efe #1e39fe

Monochromatic Colors of #731efe

#731efe

Complementary Color

#731efe #a9fe1e

#731efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#731efe Color CSS Codes

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

#731efe Text Font Color

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

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


#731efe Background Color

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

This div background color is #731efe


#731efe Border Color

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

This div border color is #731efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731efe


Comments

No comments written yet.

Please login to write comment.