Color Hex Logo

#4d93fd Color Hex

#4D93FD
(77,147,253)
0 Favorites   0 Comments

Color spaces of #4d93fd

RGB 77147253
HSL0.600.980.65
HSV216°70°99°
CMYK 0.700.420.00   0.01
XYZ31.223929.537196.9841
Yxy29.53710.19790.1872
Hunter Lab54.34807.4423-67.7594
CIE-Lab61.252712.0144-59.2374

#4d93fd color RGB value is (77,147,253).

#4d93fd hex color red value is 77, green value is 147 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4d93fd hue: 0.60 , saturation: 0.98 and the lightness value of 4d93fd is 0.65.

The process color (four color CMYK) of #4d93fd color hex is 0.70, 0.42, 0.00, 0.01. Web safe color of #4d93fd is #6699ff. Color #4d93fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10010011 11111101
Octal 115 223 375
Decimal 77 147 253
Hex 4D 93 FD

RGB Percentages of Color #4d93fd

%16.14
%30.82
%53.04

CMYK Percentages of Color #4d93fd

%70
%42
%0
%1

Triadic Colors of #4d93fd

#4d93fd #fd4d93 #93fd4d

Analogous Colors of #4d93fd

#4d93fd #5f4dfd #4debfd

Monochromatic Colors of #4d93fd

#4d93fd

Complementary Color

#4d93fd #fdb74d

#4d93fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d93fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d93fd Color CSS Codes

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

#4d93fd Text Font Color

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

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


#4d93fd Background Color

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

This div background color is #4d93fd


#4d93fd Border Color

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

This div border color is #4d93fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d93fd

Related Colors


Comments

No comments written yet.

Please login to write comment.