Color Hex Logo

#7379ea Color Hex

#7379EA
(115,121,234)
0 Favorites   0 Comments

Color spaces of #7379ea

RGB 115121234
HSL0.660.740.68
HSV237°51°92°
CMYK 0.510.480.00   0.08
XYZ28.758923.260180.8158
Yxy23.26010.21650.1751
Hunter Lab48.228722.0397-65.5908
CIE-Lab55.339228.1749-58.0833

#7379ea color RGB value is (115,121,234).

#7379ea hex color red value is 115, green value is 121 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7379ea hue: 0.66 , saturation: 0.74 and the lightness value of 7379ea is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01111001 11101010
Octal 163 171 352
Decimal 115 121 234
Hex 73 79 EA

RGB Percentages of Color #7379ea

%24.47
%25.74
%49.79

CMYK Percentages of Color #7379ea

%51
%48
%0
%8

Triadic Colors of #7379ea

#7379ea #ea7379 #79ea73

Analogous Colors of #7379ea

#7379ea #a973ea #73b5ea

Monochromatic Colors of #7379ea

#7379ea

Complementary Color

#7379ea #eae473

#7379ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7379ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7379ea Color CSS Codes

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

#7379ea Text Font Color

<p style="color:#7379ea">Text here</p>

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


#7379ea Background Color

<div style="background-color:#7379ea">
Div content here</div>

This div background color is #7379ea


#7379ea Border Color

<div style="border:3px solid #7379ea">
Div here</div>

This div border color is #7379ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,121,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7379ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7379ea;
  -webkit-box-shadow: 1px 1px 3px 2px #7379ea;
  box-shadow:         1px 1px 3px 2px #7379ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7379ea


Comments

No comments written yet.

Please login to write comment.