Color Hex Logo

#4d7def Color Hex

#4D7DEF
(77,125,239)
0 Favorites   0 Comments

Color spaces of #4d7def

RGB 77125239
HSL0.620.840.62
HSV222°68°94°
CMYK 0.680.480.00   0.06
XYZ25.974222.477084.6309
Yxy22.47700.19520.1689
Hunter Lab47.409914.8264-72.6510
CIE-Lab54.529520.4611-62.2852

#4d7def color RGB value is (77,125,239).

#4d7def hex color red value is 77, green value is 125 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4d7def hue: 0.62 , saturation: 0.84 and the lightness value of 4d7def is 0.62.

The process color (four color CMYK) of #4d7def color hex is 0.68, 0.48, 0.00, 0.06. Web safe color of #4d7def is #6666ff. Color #4d7def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01111101 11101111
Octal 115 175 357
Decimal 77 125 239
Hex 4D 7D EF

RGB Percentages of Color #4d7def

%17.46
%28.34
%54.20

CMYK Percentages of Color #4d7def

%68
%48
%0
%6

Triadic Colors of #4d7def

#4d7def #ef4d7d #7def4d

Analogous Colors of #4d7def

#4d7def #6e4def #4dceef

Monochromatic Colors of #4d7def

#4d7def

Complementary Color

#4d7def #efbf4d

#4d7def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d7def Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d7def Color CSS Codes

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

#4d7def Text Font Color

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

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


#4d7def Background Color

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

This div background color is #4d7def


#4d7def Border Color

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

This div border color is #4d7def


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,125,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4d7def; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4d7def;
  -webkit-box-shadow: 1px 1px 3px 2px #4d7def;
  box-shadow:         1px 1px 3px 2px #4d7def; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,125,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d7def


Comments

No comments written yet.

Please login to write comment.