Color Hex Logo

#731bda Color Hex

#731BDA
(115,27,218)
0 Favorites   0 Comments

Color spaces of #731bda

RGB 11527218
HSL0.740.780.48
HSV268°88°85°
CMYK 0.470.880.00   0.15
XYZ20.11719.490767.1013
Yxy9.49070.20800.0981
Hunter Lab30.807062.6491-107.5759
CIE-Lab36.912469.9038-78.9694

#731bda color RGB value is (115,27,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011011 11011010
Octal 163 33 332
Decimal 115 27 218
Hex 73 1B DA

RGB Percentages of Color #731bda

%31.94
%7.50
%60.56

CMYK Percentages of Color #731bda

%47
%88
%0
%15

Triadic Colors of #731bda

#731bda #da731b #1bda73

Analogous Colors of #731bda

#731bda #d31bda #1b23da

Monochromatic Colors of #731bda

#731bda

Complementary Color

#731bda #82da1b

#731bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#731bda Color CSS Codes

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

#731bda Text Font Color

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

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


#731bda Background Color

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

This div background color is #731bda


#731bda Border Color

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

This div border color is #731bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731bda


Comments

No comments written yet.

Please login to write comment.