Color Hex Logo

#4d7dcd Color Hex

#4D7DCD
(77,125,205)
0 Favorites   0 Comments

Color spaces of #4d7dcd

RGB 77125205
HSL0.600.560.55
HSV218°62°80°
CMYK 0.620.390.00   0.20
XYZ21.413620.652860.6154
Yxy20.65280.20850.2011
Hunter Lab45.44544.5789-47.2698
CIE-Lab52.56748.6938-46.3075

#4d7dcd color RGB value is (77,125,205).

#4d7dcd hex color red value is 77, green value is 125 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4d7dcd hue: 0.60 , saturation: 0.56 and the lightness value of 4d7dcd is 0.55.

The process color (four color CMYK) of #4d7dcd color hex is 0.62, 0.39, 0.00, 0.20. Web safe color of #4d7dcd is #6666cc. Color #4d7dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01111101 11001101
Octal 115 175 315
Decimal 77 125 205
Hex 4D 7D CD

RGB Percentages of Color #4d7dcd

%18.92
%30.71
%50.37

CMYK Percentages of Color #4d7dcd

%62
%39
%0
%20

Triadic Colors of #4d7dcd

#4d7dcd #cd4d7d #7dcd4d

Analogous Colors of #4d7dcd

#4d7dcd #5d4dcd #4dbdcd

Monochromatic Colors of #4d7dcd

#4d7dcd

Complementary Color

#4d7dcd #cd9d4d

#4d7dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d7dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d7dcd Color CSS Codes

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

#4d7dcd Text Font Color

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

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


#4d7dcd Background Color

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

This div background color is #4d7dcd


#4d7dcd Border Color

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

This div border color is #4d7dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d7dcd


Comments

No comments written yet.

Please login to write comment.