Color Hex Logo

#4d7ddb Color Hex

#4D7DDB
(77,125,219)
0 Favorites   0 Comments

Color spaces of #4d7ddb

RGB 77125219
HSL0.610.660.58
HSV220°65°86°
CMYK 0.650.430.00   0.14
XYZ23.180421.359569.9189
Yxy21.35950.20250.1866
Hunter Lab46.21638.6504-57.3461
CIE-Lab53.340713.5079-52.9943

#4d7ddb color RGB value is (77,125,219).

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

The process color (four color CMYK) of #4d7ddb color hex is 0.65, 0.43, 0.00, 0.14. Web safe color of #4d7ddb is #6666cc. Color #4d7ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01111101 11011011
Octal 115 175 333
Decimal 77 125 219
Hex 4D 7D DB

RGB Percentages of Color #4d7ddb

%18.29
%29.69
%52.02

CMYK Percentages of Color #4d7ddb

%65
%43
%0
%14

Triadic Colors of #4d7ddb

#4d7ddb #db4d7d #7ddb4d

Analogous Colors of #4d7ddb

#4d7ddb #644ddb #4dc4db

Monochromatic Colors of #4d7ddb

#4d7ddb

Complementary Color

#4d7ddb #dbab4d

#4d7ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d7ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d7ddb Color CSS Codes

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

#4d7ddb Text Font Color

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

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


#4d7ddb Background Color

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

This div background color is #4d7ddb


#4d7ddb Border Color

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

This div border color is #4d7ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d7ddb


Comments

No comments written yet.

Please login to write comment.