Color Hex Logo

#4e6add Color Hex

#4E6ADD
(78,106,221)
0 Favorites   0 Comments

Color spaces of #4e6add

RGB 78106221
HSL0.630.680.59
HSV228°65°87°
CMYK 0.650.520.00   0.13
XYZ21.347117.148270.5914
Yxy17.14820.19570.1572
Hunter Lab41.410419.5488-72.0831
CIE-Lab48.446226.1421-61.9846

#4e6add color RGB value is (78,106,221).

#4e6add hex color red value is 78, green value is 106 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4e6add hue: 0.63 , saturation: 0.68 and the lightness value of 4e6add is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 01101010 11011101
Octal 116 152 335
Decimal 78 106 221
Hex 4E 6A DD

RGB Percentages of Color #4e6add

%19.26
%26.17
%54.57

CMYK Percentages of Color #4e6add

%65
%52
%0
%13

Triadic Colors of #4e6add

#4e6add #dd4e6a #6add4e

Analogous Colors of #4e6add

#4e6add #7a4edd #4eb2dd

Monochromatic Colors of #4e6add

#4e6add

Complementary Color

#4e6add #ddc14e

#4e6add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e6add Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e6add Color CSS Codes

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

#4e6add Text Font Color

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

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


#4e6add Background Color

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

This div background color is #4e6add


#4e6add Border Color

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

This div border color is #4e6add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e6add


Comments

No comments written yet.

Please login to write comment.