Color Hex Logo

#4a5dce Color Hex

#4A5DCE
(74,93,206)
0 Favorites   0 Comments

Color spaces of #4a5dce

RGB 7493206
HSL0.640.570.55
HSV231°64°81°
CMYK 0.640.550.00   0.19
XYZ17.879013.740860.1024
Yxy13.74080.19490.1498
Hunter Lab37.068621.2245-70.1838
CIE-Lab43.858928.4746-60.8567

#4a5dce color RGB value is (74,93,206).

#4a5dce hex color red value is 74, green value is 93 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4a5dce hue: 0.64 , saturation: 0.57 and the lightness value of 4a5dce is 0.55.

The process color (four color CMYK) of #4a5dce color hex is 0.64, 0.55, 0.00, 0.19. Web safe color of #4a5dce is #3366cc. Color #4a5dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01011101 11001110
Octal 112 135 316
Decimal 74 93 206
Hex 4A 5D CE

RGB Percentages of Color #4a5dce

%19.84
%24.93
%55.23

CMYK Percentages of Color #4a5dce

%64
%55
%0
%19

Triadic Colors of #4a5dce

#4a5dce #ce4a5d #5dce4a

Analogous Colors of #4a5dce

#4a5dce #794ace #4a9fce

Monochromatic Colors of #4a5dce

#4a5dce

Complementary Color

#4a5dce #cebb4a

#4a5dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a5dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a5dce Color CSS Codes

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

#4a5dce Text Font Color

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

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


#4a5dce Background Color

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

This div background color is #4a5dce


#4a5dce Border Color

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

This div border color is #4a5dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a5dce


Comments

No comments written yet.

Please login to write comment.