Color Hex Logo

#4d5cee Color Hex

#4D5CEE
(77,92,238)
0 Favorites   0 Comments

Color spaces of #4d5cee

RGB 7792238
HSL0.650.830.62
HSV234°68°93°
CMYK 0.680.610.00   0.07
XYZ22.320315.405182.6860
Yxy15.40510.18540.1279
Hunter Lab39.249332.8230-97.4309
CIE-Lab46.184140.4428-75.2542

#4d5cee color RGB value is (77,92,238).

#4d5cee hex color red value is 77, green value is 92 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4d5cee hue: 0.65 , saturation: 0.83 and the lightness value of 4d5cee is 0.62.

The process color (four color CMYK) of #4d5cee color hex is 0.68, 0.61, 0.00, 0.07. Web safe color of #4d5cee is #6666ff. Color #4d5cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01011100 11101110
Octal 115 134 356
Decimal 77 92 238
Hex 4D 5C EE

RGB Percentages of Color #4d5cee

%18.92
%22.60
%58.48

CMYK Percentages of Color #4d5cee

%68
%61
%0
%7

Triadic Colors of #4d5cee

#4d5cee #ee4d5c #5cee4d

Analogous Colors of #4d5cee

#4d5cee #8f4dee #4dadee

Monochromatic Colors of #4d5cee

#4d5cee

Complementary Color

#4d5cee #eedf4d

#4d5cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d5cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d5cee Color CSS Codes

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

#4d5cee Text Font Color

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

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


#4d5cee Background Color

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

This div background color is #4d5cee


#4d5cee Border Color

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

This div border color is #4d5cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d5cee


Comments

No comments written yet.

Please login to write comment.