Color Hex Logo

#4e7ceb Color Hex

#4E7CEB
(78,124,235)
0 Favorites   0 Comments

Color spaces of #4e7ceb

RGB 78124235
HSL0.620.800.61
HSV222°67°92°
CMYK 0.670.470.00   0.08
XYZ25.344922.033281.5143
Yxy22.03320.19660.1709
Hunter Lab46.939514.2365-70.1042
CIE-Lab54.062219.8334-60.8053

#4e7ceb color RGB value is (78,124,235).

#4e7ceb hex color red value is 78, green value is 124 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4e7ceb hue: 0.62 , saturation: 0.80 and the lightness value of 4e7ceb is 0.61.

The process color (four color CMYK) of #4e7ceb color hex is 0.67, 0.47, 0.00, 0.08. Web safe color of #4e7ceb is #6666ff. Color #4e7ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01111100 11101011
Octal 116 174 353
Decimal 78 124 235
Hex 4E 7C EB

RGB Percentages of Color #4e7ceb

%17.85
%28.38
%53.78

CMYK Percentages of Color #4e7ceb

%67
%47
%0
%8

Triadic Colors of #4e7ceb

#4e7ceb #eb4e7c #7ceb4e

Analogous Colors of #4e7ceb

#4e7ceb #6f4eeb #4ecbeb

Monochromatic Colors of #4e7ceb

#4e7ceb

Complementary Color

#4e7ceb #ebbd4e

#4e7ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e7ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e7ceb Color CSS Codes

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

#4e7ceb Text Font Color

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

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


#4e7ceb Background Color

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

This div background color is #4e7ceb


#4e7ceb Border Color

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

This div border color is #4e7ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e7ceb


Comments

No comments written yet.

Please login to write comment.