Color Hex Logo

#3586ea Color Hex

#3586EA
(53,134,234)
0 Favorites   0 Comments

Color spaces of #3586ea

RGB 53134234
HSL0.590.810.56
HSV213°77°92°
CMYK 0.770.430.00   0.08
XYZ24.844623.747681.1162
Yxy23.74760.19150.1831
Hunter Lab48.73155.7238-64.5793
CIE-Lab55.834210.0639-57.4541

#3586ea color RGB value is (53,134,234).

#3586ea hex color red value is 53, green value is 134 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #3586ea hue: 0.59 , saturation: 0.81 and the lightness value of 3586ea is 0.56.

The process color (four color CMYK) of #3586ea color hex is 0.77, 0.43, 0.00, 0.08. Web safe color of #3586ea is #3399ff. Color #3586ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000110 11101010
Octal 65 206 352
Decimal 53 134 234
Hex 35 86 EA

RGB Percentages of Color #3586ea

%12.59
%31.83
%55.58

CMYK Percentages of Color #3586ea

%77
%43
%0
%8

Triadic Colors of #3586ea

#3586ea #ea3586 #86ea35

Analogous Colors of #3586ea

#3586ea #3e35ea #35e1ea

Monochromatic Colors of #3586ea

#3586ea

Complementary Color

#3586ea #ea9935

#3586ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3586ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3586ea Color CSS Codes

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

#3586ea Text Font Color

<p style="color:#3586ea">Text here</p>

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


#3586ea Background Color

<div style="background-color:#3586ea">
Div content here</div>

This div background color is #3586ea


#3586ea Border Color

<div style="border:3px solid #3586ea">
Div here</div>

This div border color is #3586ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,134,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3586ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3586ea;
  -webkit-box-shadow: 1px 1px 3px 2px #3586ea;
  box-shadow:         1px 1px 3px 2px #3586ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,134,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3586ea


Comments

No comments written yet.

Please login to write comment.