Color Hex Logo

#7499ea Color Hex

#7499EA
(116,153,234)
0 Favorites   0 Comments

Color spaces of #7499ea

RGB 116153234
HSL0.610.740.69
HSV221°50°92°
CMYK 0.500.350.00   0.08
XYZ33.445032.436082.3399
Yxy32.43600.22560.2188
Hunter Lab56.95265.1557-45.8524
CIE-Lab63.70169.4528-44.7967

#7499ea color RGB value is (116,153,234).

#7499ea hex color red value is 116, green value is 153 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7499ea hue: 0.61 , saturation: 0.74 and the lightness value of 7499ea is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011001 11101010
Octal 164 231 352
Decimal 116 153 234
Hex 74 99 EA

RGB Percentages of Color #7499ea

%23.06
%30.42
%46.52

CMYK Percentages of Color #7499ea

%50
%35
%0
%8

Triadic Colors of #7499ea

#7499ea #ea7499 #99ea74

Analogous Colors of #7499ea

#7499ea #8a74ea #74d4ea

Monochromatic Colors of #7499ea

#7499ea

Complementary Color

#7499ea #eac574

#7499ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7499ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7499ea Color CSS Codes

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

#7499ea Text Font Color

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

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


#7499ea Background Color

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

This div background color is #7499ea


#7499ea Border Color

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

This div border color is #7499ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7499ea


Comments

No comments written yet.

Please login to write comment.