Color Hex Logo

#731edb Color Hex

#731EDB
(115,30,219)
0 Favorites   0 Comments

Color spaces of #731edb

RGB 11530219
HSL0.740.760.49
HSV267°86°86°
CMYK 0.470.860.00   0.14
XYZ20.32079.687967.8168
Yxy9.68790.20770.0990
Hunter Lab31.125462.0671-107.3948
CIE-Lab37.276469.3368-78.9447

#731edb color RGB value is (115,30,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011110 11011011
Octal 163 36 333
Decimal 115 30 219
Hex 73 1E DB

RGB Percentages of Color #731edb

%31.59
%8.24
%60.16

CMYK Percentages of Color #731edb

%47
%86
%0
%14

Triadic Colors of #731edb

#731edb #db731e #1edb73

Analogous Colors of #731edb

#731edb #d21edb #1e27db

Monochromatic Colors of #731edb

#731edb

Complementary Color

#731edb #86db1e

#731edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#731edb Color CSS Codes

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

#731edb Text Font Color

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

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


#731edb Background Color

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

This div background color is #731edb


#731edb Border Color

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

This div border color is #731edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731edb


Comments

No comments written yet.

Please login to write comment.