Color Hex Logo

#3840eb Color Hex

#3840EB
(56,64,235)
0 Favorites   0 Comments

Color spaces of #3840eb

RGB 5664235
HSL0.660.820.57
HSV237°76°92°
CMYK 0.760.730.00   0.08
XYZ18.459710.505779.6521
Yxy10.50570.17000.0967
Hunter Lab32.412544.9382-123.0135
CIE-Lab38.735253.6283-85.8377

#3840eb color RGB value is (56,64,235).

#3840eb hex color red value is 56, green value is 64 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3840eb hue: 0.66 , saturation: 0.82 and the lightness value of 3840eb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000000 11101011
Octal 70 100 353
Decimal 56 64 235
Hex 38 40 EB

RGB Percentages of Color #3840eb

%15.77
%18.03
%66.20

CMYK Percentages of Color #3840eb

%76
%73
%0
%8

Triadic Colors of #3840eb

#3840eb #eb3840 #40eb38

Analogous Colors of #3840eb

#3840eb #8a38eb #389aeb

Monochromatic Colors of #3840eb

#3840eb

Complementary Color

#3840eb #ebe338

#3840eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3840eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3840eb Color CSS Codes

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

#3840eb Text Font Color

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

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


#3840eb Background Color

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

This div background color is #3840eb


#3840eb Border Color

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

This div border color is #3840eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,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 #3840eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3840eb


Comments

No comments written yet.

Please login to write comment.