Color Hex Logo

#3586fe Color Hex

#3586FE
(53,134,254)
0 Favorites   0 Comments

Color spaces of #3586fe

RGB 53134254
HSL0.600.990.60
HSV216°79°100°
CMYK 0.790.470.00   0.00
XYZ27.882724.962897.1147
Yxy24.96280.18590.1665
Hunter Lab49.962812.1805-80.2704
CIE-Lab57.039217.4035-66.5885

#3586fe color RGB value is (53,134,254).

#3586fe hex color red value is 53, green value is 134 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #3586fe hue: 0.60 , saturation: 0.99 and the lightness value of 3586fe is 0.60.

The process color (four color CMYK) of #3586fe color hex is 0.79, 0.47, 0.00, 0.00. Web safe color of #3586fe is #3399ff. Color #3586fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000110 11111110
Octal 65 206 376
Decimal 53 134 254
Hex 35 86 FE

RGB Percentages of Color #3586fe

%12.02
%30.39
%57.60

CMYK Percentages of Color #3586fe

%79
%47
%0
%0

Triadic Colors of #3586fe

#3586fe #fe3586 #86fe35

Analogous Colors of #3586fe

#3586fe #4835fe #35ebfe

Monochromatic Colors of #3586fe

#3586fe

Complementary Color

#3586fe #fead35

#3586fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3586fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3586fe Color CSS Codes

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

#3586fe Text Font Color

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

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


#3586fe Background Color

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

This div background color is #3586fe


#3586fe Border Color

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

This div border color is #3586fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3586fe

Related Colors


Comments

No comments written yet.

Please login to write comment.