Color Hex Logo

#4e5fbc Color Hex

#4E5FBC
(78,95,188)
0 Favorites   0 Comments

Color spaces of #4e5fbc

RGB 7895188
HSL0.640.450.52
HSV231°59°74°
CMYK 0.590.490.00   0.26
XYZ16.311213.435049.3105
Yxy13.43500.20630.1699
Hunter Lab36.653815.2897-54.1054
CIE-Lab43.411521.7715-51.1541

#4e5fbc color RGB value is (78,95,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 01011111 10111100
Octal 116 137 274
Decimal 78 95 188
Hex 4E 5F BC

RGB Percentages of Color #4e5fbc

%21.61
%26.32
%52.08

CMYK Percentages of Color #4e5fbc

%59
%49
%0
%26

Triadic Colors of #4e5fbc

#4e5fbc #bc4e5f #5fbc4e

Analogous Colors of #4e5fbc

#4e5fbc #744ebc #4e96bc

Monochromatic Colors of #4e5fbc

#4e5fbc

Complementary Color

#4e5fbc #bcab4e

#4e5fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e5fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e5fbc Color CSS Codes

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

#4e5fbc Text Font Color

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

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


#4e5fbc Background Color

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

This div background color is #4e5fbc


#4e5fbc Border Color

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

This div border color is #4e5fbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,95,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 #4e5fbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e5fbc


Comments

No comments written yet.

Please login to write comment.