Color Hex Logo

#7489ec Color Hex

#7489EC
(116,137,236)
0 Favorites   0 Comments

Color spaces of #7489ec

RGB 116137236
HSL0.640.760.69
HSV230°51°93°
CMYK 0.510.420.00   0.07
XYZ31.288427.660583.0468
Yxy27.66050.22030.1948
Hunter Lab52.593314.1538-56.8060
CIE-Lab59.580819.4586-52.4216

#7489ec color RGB value is (116,137,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001001 11101100
Octal 164 211 354
Decimal 116 137 236
Hex 74 89 EC

RGB Percentages of Color #7489ec

%23.72
%28.02
%48.26

CMYK Percentages of Color #7489ec

%51
%42
%0
%7

Triadic Colors of #7489ec

#7489ec #ec7489 #89ec74

Analogous Colors of #7489ec

#7489ec #9b74ec #74c5ec

Monochromatic Colors of #7489ec

#7489ec

Complementary Color

#7489ec #ecd774

#7489ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7489ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7489ec Color CSS Codes

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

#7489ec Text Font Color

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

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


#7489ec Background Color

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

This div background color is #7489ec


#7489ec Border Color

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

This div border color is #7489ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7489ec


Comments

No comments written yet.

Please login to write comment.