Color Hex Logo

#4d5acf Color Hex

#4D5ACF
(77,90,207)
0 Favorites   0 Comments

Color spaces of #4d5acf

RGB 7790207
HSL0.650.580.56
HSV234°63°81°
CMYK 0.630.570.00   0.19
XYZ17.979213.395160.6694
Yxy13.39510.19530.1455
Hunter Lab36.599323.6383-72.6634
CIE-Lab43.352631.1909-62.2439

#4d5acf color RGB value is (77,90,207).

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

The process color (four color CMYK) of #4d5acf color hex is 0.63, 0.57, 0.00, 0.19. Web safe color of #4d5acf is #6666cc. Color #4d5acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01011010 11001111
Octal 115 132 317
Decimal 77 90 207
Hex 4D 5A CF

RGB Percentages of Color #4d5acf

%20.59
%24.06
%55.35

CMYK Percentages of Color #4d5acf

%63
%57
%0
%19

Triadic Colors of #4d5acf

#4d5acf #cf4d5a #5acf4d

Analogous Colors of #4d5acf

#4d5acf #814dcf #4d9bcf

Monochromatic Colors of #4d5acf

#4d5acf

Complementary Color

#4d5acf #cfc24d

#4d5acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d5acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d5acf Color CSS Codes

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

#4d5acf Text Font Color

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

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


#4d5acf Background Color

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

This div background color is #4d5acf


#4d5acf Border Color

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

This div border color is #4d5acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d5acf


Comments

No comments written yet.

Please login to write comment.