Color Hex Logo

#731adb Color Hex

#731ADB
(115,26,219)
0 Favorites   0 Comments

Color spaces of #731adb

RGB 11526219
HSL0.740.790.48
HSV268°88°86°
CMYK 0.470.880.00   0.14
XYZ20.22589.498167.7851
Yxy9.49810.20740.0974
Hunter Lab30.819063.2123-108.8326
CIE-Lab36.926170.3802-79.5219

#731adb color RGB value is (115,26,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011010 11011011
Octal 163 32 333
Decimal 115 26 219
Hex 73 1A DB

RGB Percentages of Color #731adb

%31.94
%7.22
%60.83

CMYK Percentages of Color #731adb

%47
%88
%0
%14

Triadic Colors of #731adb

#731adb #db731a #1adb73

Analogous Colors of #731adb

#731adb #d41adb #1a21db

Monochromatic Colors of #731adb

#731adb

Complementary Color

#731adb #82db1a

#731adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#731adb Color CSS Codes

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

#731adb Text Font Color

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

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


#731adb Background Color

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

This div background color is #731adb


#731adb Border Color

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

This div border color is #731adb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,26,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 #731adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731adb


Comments

No comments written yet.

Please login to write comment.