Color Hex Logo

#4d5dde Color Hex

#4D5DDE
(77,93,222)
0 Favorites   0 Comments

Color spaces of #4d5dde

RGB 7793222
HSL0.650.690.59
HSV233°65°87°
CMYK 0.650.580.00   0.13
XYZ20.159714.680470.8783
Yxy14.68040.19070.1389
Hunter Lab38.315026.8677-82.8591
CIE-Lab45.193334.4203-67.8272

#4d5dde color RGB value is (77,93,222).

#4d5dde hex color red value is 77, green value is 93 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4d5dde hue: 0.65 , saturation: 0.69 and the lightness value of 4d5dde is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 01011101 11011110
Octal 115 135 336
Decimal 77 93 222
Hex 4D 5D DE

RGB Percentages of Color #4d5dde

%19.64
%23.72
%56.63

CMYK Percentages of Color #4d5dde

%65
%58
%0
%13

Triadic Colors of #4d5dde

#4d5dde #de4d5d #5dde4d

Analogous Colors of #4d5dde

#4d5dde #864dde #4da6de

Monochromatic Colors of #4d5dde

#4d5dde

Complementary Color

#4d5dde #dece4d

#4d5dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d5dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d5dde Color CSS Codes

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

#4d5dde Text Font Color

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

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


#4d5dde Background Color

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

This div background color is #4d5dde


#4d5dde Border Color

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

This div border color is #4d5dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d5dde


Comments

No comments written yet.

Please login to write comment.