Color Hex Logo

#4e4adb Color Hex

#4E4ADB
(78,74,219)
0 Favorites   0 Comments

Color spaces of #4e4adb

RGB 7874219
HSL0.670.670.57
HSV242°66°86°
CMYK 0.640.660.00   0.14
XYZ18.376811.631768.2944
Yxy11.63170.18690.1183
Hunter Lab34.105336.4961-94.8521
CIE-Lab40.624745.0497-73.5717

#4e4adb color RGB value is (78,74,219).

#4e4adb hex color red value is 78, green value is 74 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4e4adb hue: 0.67 , saturation: 0.67 and the lightness value of 4e4adb is 0.57.

The process color (four color CMYK) of #4e4adb color hex is 0.64, 0.66, 0.00, 0.14. Web safe color of #4e4adb is #6633cc. Color #4e4adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01001010 11011011
Octal 116 112 333
Decimal 78 74 219
Hex 4E 4A DB

RGB Percentages of Color #4e4adb

%21.02
%19.95
%59.03

CMYK Percentages of Color #4e4adb

%64
%66
%0
%14

Triadic Colors of #4e4adb

#4e4adb #db4e4a #4adb4e

Analogous Colors of #4e4adb

#4e4adb #974adb #4a8fdb

Monochromatic Colors of #4e4adb

#4e4adb

Complementary Color

#4e4adb #d7db4a

#4e4adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e4adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e4adb Color CSS Codes

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

#4e4adb Text Font Color

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

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


#4e4adb Background Color

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

This div background color is #4e4adb


#4e4adb Border Color

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

This div border color is #4e4adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e4adb


Comments

No comments written yet.

Please login to write comment.