Color Hex Logo

#4e7bde Color Hex

#4E7BDE
(78,123,222)
0 Favorites   0 Comments

Color spaces of #4e7bde

RGB 78123222
HSL0.610.690.59
HSV221°65°87°
CMYK 0.650.450.00   0.13
XYZ23.409721.059571.9383
Yxy21.05950.20110.1809
Hunter Lab45.890610.7477-60.8198
CIE-Lab53.014615.9404-55.2021

#4e7bde color RGB value is (78,123,222).

#4e7bde hex color red value is 78, green value is 123 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4e7bde hue: 0.61 , saturation: 0.69 and the lightness value of 4e7bde is 0.59.

The process color (four color CMYK) of #4e7bde color hex is 0.65, 0.45, 0.00, 0.13. Web safe color of #4e7bde is #6666cc. Color #4e7bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01111011 11011110
Octal 116 173 336
Decimal 78 123 222
Hex 4E 7B DE

RGB Percentages of Color #4e7bde

%18.44
%29.08
%52.48

CMYK Percentages of Color #4e7bde

%65
%45
%0
%13

Triadic Colors of #4e7bde

#4e7bde #de4e7b #7bde4e

Analogous Colors of #4e7bde

#4e7bde #694ede #4ec3de

Monochromatic Colors of #4e7bde

#4e7bde

Complementary Color

#4e7bde #deb14e

#4e7bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e7bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e7bde Color CSS Codes

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

#4e7bde Text Font Color

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

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


#4e7bde Background Color

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

This div background color is #4e7bde


#4e7bde Border Color

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

This div border color is #4e7bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e7bde


Comments

No comments written yet.

Please login to write comment.