Color Hex Logo

#4d5adf Color Hex

#4D5ADF
(77,90,223)
0 Favorites   0 Comments

Color spaces of #4d5adf

RGB 7790223
HSL0.650.700.59
HSV235°65°87°
CMYK 0.650.600.00   0.13
XYZ20.036014.217871.5003
Yxy14.21780.18950.1344
Hunter Lab37.706528.8627-86.0331
CIE-Lab44.543736.6093-69.4528

#4d5adf color RGB value is (77,90,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 01011010 11011111
Octal 115 132 337
Decimal 77 90 223
Hex 4D 5A DF

RGB Percentages of Color #4d5adf

%19.74
%23.08
%57.18

CMYK Percentages of Color #4d5adf

%65
%60
%0
%13

Triadic Colors of #4d5adf

#4d5adf #df4d5a #5adf4d

Analogous Colors of #4d5adf

#4d5adf #894ddf #4da3df

Monochromatic Colors of #4d5adf

#4d5adf

Complementary Color

#4d5adf #dfd24d

#4d5adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d5adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d5adf Color CSS Codes

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

#4d5adf Text Font Color

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

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


#4d5adf Background Color

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

This div background color is #4d5adf


#4d5adf Border Color

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

This div border color is #4d5adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d5adf


Comments

No comments written yet.

Please login to write comment.