Color Hex Logo

#4840eb Color Hex

#4840EB
(72,64,235)
0 Favorites   0 Comments

Color spaces of #4840eb

RGB 7264235
HSL0.670.810.59
HSV243°73°92°
CMYK 0.690.730.00   0.08
XYZ19.501311.042779.7009
Yxy11.04270.17690.1002
Hunter Lab33.230646.5990-118.9410
CIE-Lab39.652355.0219-84.2932

#4840eb color RGB value is (72,64,235).

#4840eb hex color red value is 72, green value is 64 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4840eb hue: 0.67 , saturation: 0.81 and the lightness value of 4840eb is 0.59.

The process color (four color CMYK) of #4840eb color hex is 0.69, 0.73, 0.00, 0.08. Web safe color of #4840eb is #3333ff. Color #4840eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000000 11101011
Octal 110 100 353
Decimal 72 64 235
Hex 48 40 EB

RGB Percentages of Color #4840eb

%19.41
%17.25
%63.34

CMYK Percentages of Color #4840eb

%69
%73
%0
%8

Triadic Colors of #4840eb

#4840eb #eb4840 #40eb48

Analogous Colors of #4840eb

#4840eb #9e40eb #408eeb

Monochromatic Colors of #4840eb

#4840eb

Complementary Color

#4840eb #e3eb40

#4840eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4840eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4840eb Color CSS Codes

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

#4840eb Text Font Color

<p style="color:#4840eb">Text here</p>

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


#4840eb Background Color

<div style="background-color:#4840eb">
Div content here</div>

This div background color is #4840eb


#4840eb Border Color

<div style="border:3px solid #4840eb">
Div here</div>

This div border color is #4840eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,64,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4840eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4840eb;
  -webkit-box-shadow: 1px 1px 3px 2px #4840eb;
  box-shadow:         1px 1px 3px 2px #4840eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,64,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4840eb


Comments

No comments written yet.

Please login to write comment.