Color Hex Logo

#731aee Color Hex

#731AEE
(115,26,238)
0 Favorites   0 Comments

Color spaces of #731aee

RGB 11526238
HSL0.740.860.52
HSV265°89°93°
CMYK 0.520.890.00   0.07
XYZ22.872210.556781.7211
Yxy10.55670.19860.0917
Hunter Lab32.491168.7963-126.3816
CIE-Lab38.823674.6911-87.2323

#731aee color RGB value is (115,26,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011010 11101110
Octal 163 32 356
Decimal 115 26 238
Hex 73 1A EE

RGB Percentages of Color #731aee

%30.34
%6.86
%62.80

CMYK Percentages of Color #731aee

%52
%89
%0
%7

Triadic Colors of #731aee

#731aee #ee731a #1aee73

Analogous Colors of #731aee

#731aee #dd1aee #1a2bee

Monochromatic Colors of #731aee

#731aee

Complementary Color

#731aee #95ee1a

#731aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#731aee Color CSS Codes

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

#731aee Text Font Color

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

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


#731aee Background Color

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

This div background color is #731aee


#731aee Border Color

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

This div border color is #731aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731aee


Comments

No comments written yet.

Please login to write comment.