Color Hex Logo

#731ebf Color Hex

#731EBF
(115,30,191)
0 Favorites   0 Comments

Color spaces of #731ebf

RGB 11530191
HSL0.750.730.43
HSV272°84°75°
CMYK 0.400.840.00   0.25
XYZ16.93858.335050.0063
Yxy8.33500.22500.1107
Hunter Lab28.870454.2042-82.4867
CIE-Lab34.671062.9632-66.9429

#731ebf color RGB value is (115,30,191).

#731ebf hex color red value is 115, green value is 30 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #731ebf hue: 0.75 , saturation: 0.73 and the lightness value of 731ebf is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011110 10111111
Octal 163 36 277
Decimal 115 30 191
Hex 73 1E BF

RGB Percentages of Color #731ebf

%34.23
%8.93
%56.85

CMYK Percentages of Color #731ebf

%40
%84
%0
%25

Triadic Colors of #731ebf

#731ebf #bf731e #1ebf73

Analogous Colors of #731ebf

#731ebf #bf1ebb #231ebf

Monochromatic Colors of #731ebf

#731ebf

Complementary Color

#731ebf #6abf1e

#731ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#731ebf Color CSS Codes

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

#731ebf Text Font Color

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

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


#731ebf Background Color

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

This div background color is #731ebf


#731ebf Border Color

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

This div border color is #731ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731ebf


Comments

No comments written yet.

Please login to write comment.