Color Hex Logo

#7493ef Color Hex

#7493EF
(116,147,239)
0 Favorites   0 Comments

Color spaces of #7493ef

RGB 116147239
HSL0.620.790.70
HSV225°51°94°
CMYK 0.510.380.00   0.06
XYZ33.216230.812485.8581
Yxy30.81240.22160.2056
Hunter Lab55.50899.6727-52.8502
CIE-Lab62.348914.4764-49.6880

#7493ef color RGB value is (116,147,239).

#7493ef hex color red value is 116, green value is 147 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7493ef hue: 0.62 , saturation: 0.79 and the lightness value of 7493ef is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010011 11101111
Octal 164 223 357
Decimal 116 147 239
Hex 74 93 EF

RGB Percentages of Color #7493ef

%23.11
%29.28
%47.61

CMYK Percentages of Color #7493ef

%51
%38
%0
%6

Triadic Colors of #7493ef

#7493ef #ef7493 #93ef74

Analogous Colors of #7493ef

#7493ef #9374ef #74d1ef

Monochromatic Colors of #7493ef

#7493ef

Complementary Color

#7493ef #efd074

#7493ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7493ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7493ef Color CSS Codes

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

#7493ef Text Font Color

<p style="color:#7493ef">Text here</p>

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


#7493ef Background Color

<div style="background-color:#7493ef">
Div content here</div>

This div background color is #7493ef


#7493ef Border Color

<div style="border:3px solid #7493ef">
Div here</div>

This div border color is #7493ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,147,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7493ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7493ef;
  -webkit-box-shadow: 1px 1px 3px 2px #7493ef;
  box-shadow:         1px 1px 3px 2px #7493ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,147,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7493ef


Comments

No comments written yet.

Please login to write comment.