Color Hex Logo

#7331eb Color Hex

#7331EB
(115,49,235)
0 Favorites   0 Comments

Color spaces of #7331eb

RGB 11549235
HSL0.730.820.56
HSV261°79°92°
CMYK 0.510.790.00   0.08
XYZ23.163911.839679.6617
Yxy11.83960.20200.1033
Hunter Lab34.408759.9507-113.1797
CIE-Lab40.960066.7987-82.0089

#7331eb color RGB value is (115,49,235).

#7331eb hex color red value is 115, green value is 49 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7331eb hue: 0.73 , saturation: 0.82 and the lightness value of 7331eb is 0.56.

The process color (four color CMYK) of #7331eb color hex is 0.51, 0.79, 0.00, 0.08. Web safe color of #7331eb is #6633ff. Color #7331eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00110001 11101011
Octal 163 61 353
Decimal 115 49 235
Hex 73 31 EB

RGB Percentages of Color #7331eb

%28.82
%12.28
%58.90

CMYK Percentages of Color #7331eb

%51
%79
%0
%8

Triadic Colors of #7331eb

#7331eb #eb7331 #31eb73

Analogous Colors of #7331eb

#7331eb #d031eb #314ceb

Monochromatic Colors of #7331eb

#7331eb

Complementary Color

#7331eb #a9eb31

#7331eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7331eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7331eb Color CSS Codes

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

#7331eb Text Font Color

<p style="color:#7331eb">Text here</p>

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


#7331eb Background Color

<div style="background-color:#7331eb">
Div content here</div>

This div background color is #7331eb


#7331eb Border Color

<div style="border:3px solid #7331eb">
Div here</div>

This div border color is #7331eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,49,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7331eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7331eb;
  -webkit-box-shadow: 1px 1px 3px 2px #7331eb;
  box-shadow:         1px 1px 3px 2px #7331eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7331eb


Comments

No comments written yet.

Please login to write comment.