Color Hex Logo

#4d55de Color Hex

#4D55DE
(77,85,222)
0 Favorites   0 Comments

Color spaces of #4d55de

RGB 7785222
HSL0.660.690.59
HSV237°65°87°
CMYK 0.650.620.00   0.13
XYZ19.493913.348770.6564
Yxy13.34870.18830.1290
Hunter Lab36.535931.3018-89.0853
CIE-Lab43.284039.3306-70.9380

#4d55de color RGB value is (77,85,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 01010101 11011110
Octal 115 125 336
Decimal 77 85 222
Hex 4D 55 DE

RGB Percentages of Color #4d55de

%20.05
%22.14
%57.81

CMYK Percentages of Color #4d55de

%65
%62
%0
%13

Triadic Colors of #4d55de

#4d55de #de4d55 #55de4d

Analogous Colors of #4d55de

#4d55de #8e4dde #4d9ede

Monochromatic Colors of #4d55de

#4d55de

Complementary Color

#4d55de #ded64d

#4d55de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d55de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d55de Color CSS Codes

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

#4d55de Text Font Color

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

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


#4d55de Background Color

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

This div background color is #4d55de


#4d55de Border Color

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

This div border color is #4d55de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d55de


Comments

No comments written yet.

Please login to write comment.