Color Hex Logo

#731aec Color Hex

#731AEC
(115,26,236)
0 Favorites   0 Comments

Color spaces of #731aec

RGB 11526236
HSL0.740.850.51
HSV265°89°93°
CMYK 0.510.890.00   0.07
XYZ22.579910.439880.1819
Yxy10.43980.19950.0922
Hunter Lab32.310768.1987-124.5161
CIE-Lab38.620574.2361-86.4341

#731aec color RGB value is (115,26,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011010 11101100
Octal 163 32 354
Decimal 115 26 236
Hex 73 1A EC

RGB Percentages of Color #731aec

%30.50
%6.90
%62.60

CMYK Percentages of Color #731aec

%51
%89
%0
%7

Triadic Colors of #731aec

#731aec #ec731a #1aec73

Analogous Colors of #731aec

#731aec #dc1aec #1a2aec

Monochromatic Colors of #731aec

#731aec

Complementary Color

#731aec #93ec1a

#731aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#731aec Color CSS Codes

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

#731aec Text Font Color

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

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


#731aec Background Color

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

This div background color is #731aec


#731aec Border Color

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

This div border color is #731aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731aec


Comments

No comments written yet.

Please login to write comment.