Color Hex Logo

#731eda Color Hex

#731EDA
(115,30,218)
0 Favorites   0 Comments

Color spaces of #731eda

RGB 11530218
HSL0.740.760.49
HSV267°86°85°
CMYK 0.470.860.00   0.15
XYZ20.18949.635367.1254
Yxy9.63530.20820.0994
Hunter Lab31.040861.7778-106.4855
CIE-Lab37.179869.1078-78.5288

#731eda color RGB value is (115,30,218).

#731eda hex color red value is 115, green value is 30 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #731eda hue: 0.74 , saturation: 0.76 and the lightness value of 731eda is 0.49.

The process color (four color CMYK) of #731eda color hex is 0.47, 0.86, 0.00, 0.15. Web safe color of #731eda is #6633cc. Color #731eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011110 11011010
Octal 163 36 332
Decimal 115 30 218
Hex 73 1E DA

RGB Percentages of Color #731eda

%31.68
%8.26
%60.06

CMYK Percentages of Color #731eda

%47
%86
%0
%15

Triadic Colors of #731eda

#731eda #da731e #1eda73

Analogous Colors of #731eda

#731eda #d11eda #1e27da

Monochromatic Colors of #731eda

#731eda

Complementary Color

#731eda #85da1e

#731eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#731eda Color CSS Codes

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

#731eda Text Font Color

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

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


#731eda Background Color

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

This div background color is #731eda


#731eda Border Color

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

This div border color is #731eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731eda


Comments

No comments written yet.

Please login to write comment.