Color Hex Logo

#7368ec Color Hex

#7368EC
(115,104,236)
0 Favorites   0 Comments

Color spaces of #7368ec

RGB 115104236
HSL0.680.780.67
HSV245°56°93°
CMYK 0.510.560.00   0.07
XYZ27.160919.601681.7088
Yxy19.60160.21140.1526
Hunter Lab44.273732.0267-78.4304
CIE-Lab51.383738.8883-65.5677

#7368ec color RGB value is (115,104,236).

#7368ec hex color red value is 115, green value is 104 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7368ec hue: 0.68 , saturation: 0.78 and the lightness value of 7368ec is 0.67.

The process color (four color CMYK) of #7368ec color hex is 0.51, 0.56, 0.00, 0.07. Web safe color of #7368ec is #6666ff. Color #7368ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101000 11101100
Octal 163 150 354
Decimal 115 104 236
Hex 73 68 EC

RGB Percentages of Color #7368ec

%25.27
%22.86
%51.87

CMYK Percentages of Color #7368ec

%51
%56
%0
%7

Triadic Colors of #7368ec

#7368ec #ec7368 #68ec73

Analogous Colors of #7368ec

#7368ec #b568ec #689fec

Monochromatic Colors of #7368ec

#7368ec

Complementary Color

#7368ec #e1ec68

#7368ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7368ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7368ec Color CSS Codes

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

#7368ec Text Font Color

<p style="color:#7368ec">Text here</p>

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


#7368ec Background Color

<div style="background-color:#7368ec">
Div content here</div>

This div background color is #7368ec


#7368ec Border Color

<div style="border:3px solid #7368ec">
Div here</div>

This div border color is #7368ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,104,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7368ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7368ec;
  -webkit-box-shadow: 1px 1px 3px 2px #7368ec;
  box-shadow:         1px 1px 3px 2px #7368ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7368ec


Comments

No comments written yet.

Please login to write comment.