Color Hex Logo

#731fff Color Hex

#731FFF
(115,31,255)
0 Favorites   0 Comments

Color spaces of #731fff

RGB 11531255
HSL0.731.000.56
HSV263°88°100°
CMYK 0.550.880.00   0.00
XYZ25.610211.844895.5442
Yxy11.84480.19260.0891
Hunter Lab34.416372.5988-140.5056
CIE-Lab40.968477.3913-93.2534

#731fff color RGB value is (115,31,255).

#731fff hex color red value is 115, green value is 31 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #731fff hue: 0.73 , saturation: 1.00 and the lightness value of 731fff is 0.56.

The process color (four color CMYK) of #731fff color hex is 0.55, 0.88, 0.00, 0.00. Web safe color of #731fff is #6633ff. Color #731fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011111 11111111
Octal 163 37 377
Decimal 115 31 255
Hex 73 1F FF

RGB Percentages of Color #731fff

%28.68
%7.73
%63.59

CMYK Percentages of Color #731fff

%55
%88
%0
%0

Triadic Colors of #731fff

#731fff #ff731f #1fff73

Analogous Colors of #731fff

#731fff #e31fff #1f3bff

Monochromatic Colors of #731fff

#731fff

Complementary Color

#731fff #abff1f

#731fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#731fff Color CSS Codes

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

#731fff Text Font Color

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

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


#731fff Background Color

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

This div background color is #731fff


#731fff Border Color

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

This div border color is #731fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731fff

Related Colors


Comments

No comments written yet.

Please login to write comment.