Color Hex Logo

#7360eb Color Hex

#7360EB
(115,96,235)
0 Favorites   0 Comments

Color spaces of #7360eb

RGB 11596235
HSL0.690.780.65
HSV248°59°92°
CMYK 0.510.590.00   0.08
XYZ26.248518.008780.6898
Yxy18.00870.21010.1441
Hunter Lab42.436736.1441-83.0294
CIE-Lab49.506743.2494-68.0454

#7360eb color RGB value is (115,96,235).

#7360eb hex color red value is 115, green value is 96 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7360eb hue: 0.69 , saturation: 0.78 and the lightness value of 7360eb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100000 11101011
Octal 163 140 353
Decimal 115 96 235
Hex 73 60 EB

RGB Percentages of Color #7360eb

%25.78
%21.52
%52.69

CMYK Percentages of Color #7360eb

%51
%59
%0
%8

Triadic Colors of #7360eb

#7360eb #eb7360 #60eb73

Analogous Colors of #7360eb

#7360eb #b960eb #6093eb

Monochromatic Colors of #7360eb

#7360eb

Complementary Color

#7360eb #d8eb60

#7360eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7360eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7360eb Color CSS Codes

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

#7360eb Text Font Color

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

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


#7360eb Background Color

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

This div background color is #7360eb


#7360eb Border Color

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

This div border color is #7360eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7360eb


Comments

No comments written yet.

Please login to write comment.