Color Hex Logo

#7392ea Color Hex

#7392EA
(115,146,234)
0 Favorites   0 Comments

Color spaces of #7392ea

RGB 115146234
HSL0.620.740.68
HSV224°51°92°
CMYK 0.510.380.00   0.08
XYZ32.200430.143181.9630
Yxy30.14310.22310.2089
Hunter Lab54.90278.6103-50.0807
CIE-Lab61.777513.3122-47.8357

#7392ea color RGB value is (115,146,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010010 11101010
Octal 163 222 352
Decimal 115 146 234
Hex 73 92 EA

RGB Percentages of Color #7392ea

%23.23
%29.49
%47.27

CMYK Percentages of Color #7392ea

%51
%38
%0
%8

Triadic Colors of #7392ea

#7392ea #ea7392 #92ea73

Analogous Colors of #7392ea

#7392ea #9073ea #73ceea

Monochromatic Colors of #7392ea

#7392ea

Complementary Color

#7392ea #eacb73

#7392ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7392ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7392ea Color CSS Codes

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

#7392ea Text Font Color

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

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


#7392ea Background Color

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

This div background color is #7392ea


#7392ea Border Color

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

This div border color is #7392ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7392ea


Comments

No comments written yet.

Please login to write comment.