Color Hex Logo

#3680ed Color Hex

#3680ED
(54,128,237)
0 Favorites   0 Comments

Color spaces of #3680ed

RGB 54128237
HSL0.600.840.57
HSV216°77°93°
CMYK 0.770.460.00   0.07
XYZ24.526622.337083.1396
Yxy22.33700.18870.1718
Hunter Lab47.26209.9239-71.2148
CIE-Lab54.382814.9502-61.4517

#3680ed color RGB value is (54,128,237).

#3680ed hex color red value is 54, green value is 128 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #3680ed hue: 0.60 , saturation: 0.84 and the lightness value of 3680ed is 0.57.

The process color (four color CMYK) of #3680ed color hex is 0.77, 0.46, 0.00, 0.07. Web safe color of #3680ed is #3399ff. Color #3680ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000000 11101101
Octal 66 200 355
Decimal 54 128 237
Hex 36 80 ED

RGB Percentages of Color #3680ed

%12.89
%30.55
%56.56

CMYK Percentages of Color #3680ed

%77
%46
%0
%7

Triadic Colors of #3680ed

#3680ed #ed3680 #80ed36

Analogous Colors of #3680ed

#3680ed #4836ed #36dced

Monochromatic Colors of #3680ed

#3680ed

Complementary Color

#3680ed #eda336

#3680ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3680ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3680ed Color CSS Codes

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

#3680ed Text Font Color

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

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


#3680ed Background Color

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

This div background color is #3680ed


#3680ed Border Color

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

This div border color is #3680ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3680ed


Comments

No comments written yet.

Please login to write comment.