Color Hex Logo

#4d7acf Color Hex

#4D7ACF
(77,122,207)
0 Favorites   0 Comments

Color spaces of #4d7acf

RGB 77122207
HSL0.610.580.56
HSV219°63°81°
CMYK 0.630.410.00   0.19
XYZ21.282620.001861.7705
Yxy20.00180.20650.1941
Hunter Lab44.72346.6772-50.5831
CIE-Lab51.839211.2107-48.6015

#4d7acf color RGB value is (77,122,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 01111010 11001111
Octal 115 172 317
Decimal 77 122 207
Hex 4D 7A CF

RGB Percentages of Color #4d7acf

%18.97
%30.05
%50.99

CMYK Percentages of Color #4d7acf

%63
%41
%0
%19

Triadic Colors of #4d7acf

#4d7acf #cf4d7a #7acf4d

Analogous Colors of #4d7acf

#4d7acf #614dcf #4dbbcf

Monochromatic Colors of #4d7acf

#4d7acf

Complementary Color

#4d7acf #cfa24d

#4d7acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d7acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d7acf Color CSS Codes

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

#4d7acf Text Font Color

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

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


#4d7acf Background Color

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

This div background color is #4d7acf


#4d7acf Border Color

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

This div border color is #4d7acf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,122,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 #4d7acf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d7acf


Comments

No comments written yet.

Please login to write comment.