Color Hex Logo

#7496ec Color Hex

#7496EC
(116,150,236)
0 Favorites   0 Comments

Color spaces of #7496ec

RGB 116150236
HSL0.620.760.69
HSV223°51°93°
CMYK 0.510.360.00   0.07
XYZ33.249131.581883.7004
Yxy31.58180.22390.2126
Hunter Lab56.19777.2627-48.9677
CIE-Lab62.995711.8048-47.0119

#7496ec color RGB value is (116,150,236).

#7496ec hex color red value is 116, green value is 150 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7496ec hue: 0.62 , saturation: 0.76 and the lightness value of 7496ec is 0.69.

The process color (four color CMYK) of #7496ec color hex is 0.51, 0.36, 0.00, 0.07. Web safe color of #7496ec is #6699ff. Color #7496ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010110 11101100
Octal 164 226 354
Decimal 116 150 236
Hex 74 96 EC

RGB Percentages of Color #7496ec

%23.11
%29.88
%47.01

CMYK Percentages of Color #7496ec

%51
%36
%0
%7

Triadic Colors of #7496ec

#7496ec #ec7496 #96ec74

Analogous Colors of #7496ec

#7496ec #8e74ec #74d2ec

Monochromatic Colors of #7496ec

#7496ec

Complementary Color

#7496ec #ecca74

#7496ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7496ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7496ec Color CSS Codes

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

#7496ec Text Font Color

<p style="color:#7496ec">Text here</p>

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


#7496ec Background Color

<div style="background-color:#7496ec">
Div content here</div>

This div background color is #7496ec


#7496ec Border Color

<div style="border:3px solid #7496ec">
Div here</div>

This div border color is #7496ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,150,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7496ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7496ec;
  -webkit-box-shadow: 1px 1px 3px 2px #7496ec;
  box-shadow:         1px 1px 3px 2px #7496ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7496ec


Comments

No comments written yet.

Please login to write comment.