Color Hex Logo

#3860ed Color Hex

#3860ED
(56,96,237)
0 Favorites   0 Comments

Color spaces of #3860ed

RGB 5696237
HSL0.630.830.57
HSV227°76°93°
CMYK 0.760.590.00   0.07
XYZ21.099815.320981.9659
Yxy15.32090.17820.1294
Hunter Lab39.141927.7236-96.7580
CIE-Lab46.070635.2036-74.9187

#3860ed color RGB value is (56,96,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100000 11101101
Octal 70 140 355
Decimal 56 96 237
Hex 38 60 ED

RGB Percentages of Color #3860ed

%14.40
%24.68
%60.93

CMYK Percentages of Color #3860ed

%76
%59
%0
%7

Triadic Colors of #3860ed

#3860ed #ed3860 #60ed38

Analogous Colors of #3860ed

#3860ed #6b38ed #38bbed

Monochromatic Colors of #3860ed

#3860ed

Complementary Color

#3860ed #edc538

#3860ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3860ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3860ed Color CSS Codes

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

#3860ed Text Font Color

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

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


#3860ed Background Color

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

This div background color is #3860ed


#3860ed Border Color

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

This div border color is #3860ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3860ed


Comments

No comments written yet.

Please login to write comment.