Color Hex Logo

#731fbd Color Hex

#731FBD
(115,31,189)
0 Favorites   0 Comments

Color spaces of #731fbd

RGB 11531189
HSL0.760.720.43
HSV272°84°74°
CMYK 0.390.840.00   0.26
XYZ16.74558.298948.8634
Yxy8.29890.22660.1123
Hunter Lab28.807853.3454-80.4014
CIE-Lab34.597862.2062-65.8845

#731fbd color RGB value is (115,31,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011111 10111101
Octal 163 37 275
Decimal 115 31 189
Hex 73 1F BD

RGB Percentages of Color #731fbd

%34.33
%9.25
%56.42

CMYK Percentages of Color #731fbd

%39
%84
%0
%26

Triadic Colors of #731fbd

#731fbd #bd731f #1fbd73

Analogous Colors of #731fbd

#731fbd #bd1fb8 #241fbd

Monochromatic Colors of #731fbd

#731fbd

Complementary Color

#731fbd #69bd1f

#731fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#731fbd Color CSS Codes

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

#731fbd Text Font Color

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

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


#731fbd Background Color

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

This div background color is #731fbd


#731fbd Border Color

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

This div border color is #731fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731fbd


Comments

No comments written yet.

Please login to write comment.