Color Hex Logo

#7368ba Color Hex

#7368BA
(115,104,186)
0 Favorites   0 Comments

Color spaces of #7368ba

RGB 115104186
HSL0.690.370.57
HSV248°44°73°
CMYK 0.380.440.00   0.27
XYZ20.883517.090648.6525
Yxy17.09060.24110.1973
Hunter Lab41.340817.8238-40.8378
CIE-Lab48.374024.2372-41.9118

#7368ba color RGB value is (115,104,186).

#7368ba hex color red value is 115, green value is 104 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7368ba hue: 0.69 , saturation: 0.37 and the lightness value of 7368ba is 0.57.

The process color (four color CMYK) of #7368ba color hex is 0.38, 0.44, 0.00, 0.27. Web safe color of #7368ba is #6666cc. Color #7368ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101000 10111010
Octal 163 150 272
Decimal 115 104 186
Hex 73 68 BA

RGB Percentages of Color #7368ba

%28.40
%25.68
%45.93

CMYK Percentages of Color #7368ba

%38
%44
%0
%27

Triadic Colors of #7368ba

#7368ba #ba7368 #68ba73

Analogous Colors of #7368ba

#7368ba #9c68ba #6886ba

Monochromatic Colors of #7368ba

#7368ba

Complementary Color

#7368ba #afba68

#7368ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7368ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7368ba Color CSS Codes

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

#7368ba Text Font Color

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

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


#7368ba Background Color

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

This div background color is #7368ba


#7368ba Border Color

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

This div border color is #7368ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7368ba


Comments

No comments written yet.

Please login to write comment.