Color Hex Logo

#731add Color Hex

#731ADD
(115,26,221)
0 Favorites   0 Comments

Color spaces of #731add

RGB 11526221
HSL0.740.790.48
HSV267°88°87°
CMYK 0.480.880.00   0.13
XYZ20.49089.604169.1804
Yxy9.60410.20640.0967
Hunter Lab30.990563.7902-110.6604
CIE-Lab37.122370.8328-80.3475

#731add color RGB value is (115,26,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011010 11011101
Octal 163 32 335
Decimal 115 26 221
Hex 73 1A DD

RGB Percentages of Color #731add

%31.77
%7.18
%61.05

CMYK Percentages of Color #731add

%48
%88
%0
%13

Triadic Colors of #731add

#731add #dd731a #1add73

Analogous Colors of #731add

#731add #d51add #1a22dd

Monochromatic Colors of #731add

#731add

Complementary Color

#731add #84dd1a

#731add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731add Color Preview on White Background

Lorem ipsum dolor sit amet.

#731add Color CSS Codes

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

#731add Text Font Color

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

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


#731add Background Color

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

This div background color is #731add


#731add Border Color

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

This div border color is #731add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731add


Comments

No comments written yet.

Please login to write comment.