Color Hex Logo

#731abd Color Hex

#731ABD
(115,26,189)
0 Favorites   0 Comments

Color spaces of #731abd

RGB 11526189
HSL0.760.760.42
HSV273°86°74°
CMYK 0.390.860.00   0.26
XYZ16.62498.057748.8232
Yxy8.05770.22620.1096
Hunter Lab28.386154.8666-82.1067
CIE-Lab34.102863.6654-66.6960

#731abd color RGB value is (115,26,189).

#731abd hex color red value is 115, green value is 26 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #731abd hue: 0.76 , saturation: 0.76 and the lightness value of 731abd is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011010 10111101
Octal 163 32 275
Decimal 115 26 189
Hex 73 1A BD

RGB Percentages of Color #731abd

%34.85
%7.88
%57.27

CMYK Percentages of Color #731abd

%39
%86
%0
%26

Triadic Colors of #731abd

#731abd #bd731a #1abd73

Analogous Colors of #731abd

#731abd #bd1ab6 #211abd

Monochromatic Colors of #731abd

#731abd

Complementary Color

#731abd #64bd1a

#731abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#731abd Color CSS Codes

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

#731abd Text Font Color

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

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


#731abd Background Color

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

This div background color is #731abd


#731abd Border Color

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

This div border color is #731abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731abd


Comments

No comments written yet.

Please login to write comment.