Color Hex Logo

#4e89bc Color Hex

#4E89BC
(78,137,188)
0 Favorites   0 Comments

Color spaces of #4e89bc

RGB 78137188
HSL0.580.450.52
HSV208°59°74°
CMYK 0.590.270.00   0.26
XYZ21.164623.141950.9283
Yxy23.14190.22220.2430
Hunter Lab48.1060-5.6532-29.0942
CIE-Lab55.2182-3.9160-32.4593

#4e89bc color RGB value is (78,137,188).

#4e89bc hex color red value is 78, green value is 137 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4e89bc hue: 0.58 , saturation: 0.45 and the lightness value of 4e89bc is 0.52.

The process color (four color CMYK) of #4e89bc color hex is 0.59, 0.27, 0.00, 0.26. Web safe color of #4e89bc is #6699cc. Color #4e89bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10001001 10111100
Octal 116 211 274
Decimal 78 137 188
Hex 4E 89 BC

RGB Percentages of Color #4e89bc

%19.35
%34.00
%46.65

CMYK Percentages of Color #4e89bc

%59
%27
%0
%26

Triadic Colors of #4e89bc

#4e89bc #bc4e89 #89bc4e

Analogous Colors of #4e89bc

#4e89bc #4e52bc #4ebcb8

Monochromatic Colors of #4e89bc

#4e89bc

Complementary Color

#4e89bc #bc814e

#4e89bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e89bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e89bc Color CSS Codes

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

#4e89bc Text Font Color

<p style="color:#4e89bc">Text here</p>

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


#4e89bc Background Color

<div style="background-color:#4e89bc">
Div content here</div>

This div background color is #4e89bc


#4e89bc Border Color

<div style="border:3px solid #4e89bc">
Div here</div>

This div border color is #4e89bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,137,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4e89bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4e89bc;
  -webkit-box-shadow: 1px 1px 3px 2px #4e89bc;
  box-shadow:         1px 1px 3px 2px #4e89bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,137,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e89bc


Comments

No comments written yet.

Please login to write comment.