Color Hex Logo

#4d5abe Color Hex

#4D5ABE
(77,90,190)
0 Favorites   0 Comments

Color spaces of #4d5abe

RGB 7790190
HSL0.650.470.52
HSV233°59°75°
CMYK 0.590.530.00   0.25
XYZ16.011012.607850.3049
Yxy12.60780.20290.1597
Hunter Lab35.507518.3510-59.1434
CIE-Lab42.166325.4238-54.3266

#4d5abe color RGB value is (77,90,190).

#4d5abe hex color red value is 77, green value is 90 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4d5abe hue: 0.65 , saturation: 0.47 and the lightness value of 4d5abe is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 01011010 10111110
Octal 115 132 276
Decimal 77 90 190
Hex 4D 5A BE

RGB Percentages of Color #4d5abe

%21.57
%25.21
%53.22

CMYK Percentages of Color #4d5abe

%59
%53
%0
%25

Triadic Colors of #4d5abe

#4d5abe #be4d5a #5abe4d

Analogous Colors of #4d5abe

#4d5abe #794dbe #4d93be

Monochromatic Colors of #4d5abe

#4d5abe

Complementary Color

#4d5abe #beb14d

#4d5abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d5abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d5abe Color CSS Codes

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

#4d5abe Text Font Color

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

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


#4d5abe Background Color

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

This div background color is #4d5abe


#4d5abe Border Color

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

This div border color is #4d5abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d5abe


Comments

No comments written yet.

Please login to write comment.