Color Hex Logo

#731dbf Color Hex

#731DBF
(115,29,191)
0 Favorites   0 Comments

Color spaces of #731dbf

RGB 11529191
HSL0.760.740.43
HSV272°85°75°
CMYK 0.400.850.00   0.25
XYZ16.91368.285249.9980
Yxy8.28520.22490.1102
Hunter Lab28.784054.5152-82.8382
CIE-Lab34.569963.2611-67.1087

#731dbf color RGB value is (115,29,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011101 10111111
Octal 163 35 277
Decimal 115 29 191
Hex 73 1D BF

RGB Percentages of Color #731dbf

%34.33
%8.66
%57.01

CMYK Percentages of Color #731dbf

%40
%85
%0
%25

Triadic Colors of #731dbf

#731dbf #bf731d #1dbf73

Analogous Colors of #731dbf

#731dbf #bf1dba #221dbf

Monochromatic Colors of #731dbf

#731dbf

Complementary Color

#731dbf #69bf1d

#731dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#731dbf Color CSS Codes

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

#731dbf Text Font Color

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

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


#731dbf Background Color

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

This div background color is #731dbf


#731dbf Border Color

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

This div border color is #731dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731dbf


Comments

No comments written yet.

Please login to write comment.