Color Hex Logo

#731afb Color Hex

#731AFB
(115,26,251)
0 Favorites   0 Comments

Color spaces of #731afb

RGB 11526251
HSL0.730.970.54
HSV264°90°98°
CMYK 0.540.900.00   0.02
XYZ24.852211.348792.1474
Yxy11.34870.19360.0884
Hunter Lab33.687872.7294-138.5963
CIE-Lab40.161777.6505-92.3477

#731afb color RGB value is (115,26,251).

#731afb hex color red value is 115, green value is 26 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #731afb hue: 0.73 , saturation: 0.97 and the lightness value of 731afb is 0.54.

The process color (four color CMYK) of #731afb color hex is 0.54, 0.90, 0.00, 0.02. Web safe color of #731afb is #6633ff. Color #731afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011010 11111011
Octal 163 32 373
Decimal 115 26 251
Hex 73 1A FB

RGB Percentages of Color #731afb

%29.34
%6.63
%64.03

CMYK Percentages of Color #731afb

%54
%90
%0
%2

Triadic Colors of #731afb

#731afb #fb731a #1afb73

Analogous Colors of #731afb

#731afb #e41afb #1a31fb

Monochromatic Colors of #731afb

#731afb

Complementary Color

#731afb #a2fb1a

#731afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#731afb Color CSS Codes

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

#731afb Text Font Color

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

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


#731afb Background Color

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

This div background color is #731afb


#731afb Border Color

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

This div border color is #731afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731afb


Comments

No comments written yet.

Please login to write comment.