Color Hex Logo

#7369eb Color Hex

#7369EB
(115,105,235)
0 Favorites   0 Comments

Color spaces of #7369eb

RGB 115105235
HSL0.680.760.67
HSV245°55°92°
CMYK 0.510.550.00   0.08
XYZ27.117219.746180.9794
Yxy19.74610.21210.1545
Hunter Lab44.436631.1647-76.9420
CIE-Lab51.548937.9997-64.7405

#7369eb color RGB value is (115,105,235).

#7369eb hex color red value is 115, green value is 105 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7369eb hue: 0.68 , saturation: 0.76 and the lightness value of 7369eb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101001 11101011
Octal 163 151 353
Decimal 115 105 235
Hex 73 69 EB

RGB Percentages of Color #7369eb

%25.27
%23.08
%51.65

CMYK Percentages of Color #7369eb

%51
%55
%0
%8

Triadic Colors of #7369eb

#7369eb #eb7369 #69eb73

Analogous Colors of #7369eb

#7369eb #b469eb #69a0eb

Monochromatic Colors of #7369eb

#7369eb

Complementary Color

#7369eb #e1eb69

#7369eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7369eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7369eb Color CSS Codes

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

#7369eb Text Font Color

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

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


#7369eb Background Color

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

This div background color is #7369eb


#7369eb Border Color

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

This div border color is #7369eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7369eb


Comments

No comments written yet.

Please login to write comment.