Color Hex Logo

#3840ed Color Hex

#3840ED
(56,64,237)
0 Favorites   0 Comments

Color spaces of #3840ed

RGB 5664237
HSL0.660.830.57
HSV237°76°93°
CMYK 0.760.730.00   0.07
XYZ18.750310.622081.1828
Yxy10.62200.16960.0961
Hunter Lab32.591445.6586-124.8730
CIE-Lab38.936454.2724-86.6378

#3840ed color RGB value is (56,64,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000000 11101101
Octal 70 100 355
Decimal 56 64 237
Hex 38 40 ED

RGB Percentages of Color #3840ed

%15.69
%17.93
%66.39

CMYK Percentages of Color #3840ed

%76
%73
%0
%7

Triadic Colors of #3840ed

#3840ed #ed3840 #40ed38

Analogous Colors of #3840ed

#3840ed #8b38ed #389bed

Monochromatic Colors of #3840ed

#3840ed

Complementary Color

#3840ed #ede538

#3840ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3840ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3840ed Color CSS Codes

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

#3840ed Text Font Color

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

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


#3840ed Background Color

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

This div background color is #3840ed


#3840ed Border Color

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

This div border color is #3840ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3840ed


Comments

No comments written yet.

Please login to write comment.