Color Hex Logo

#3581eb Color Hex

#3581EB
(53,129,235)
0 Favorites   0 Comments

Color spaces of #3581eb

RGB 53129235
HSL0.600.820.56
HSV215°77°92°
CMYK 0.770.450.00   0.08
XYZ24.313922.455681.6501
Yxy22.45560.18930.1749
Hunter Lab47.38738.6585-68.9877
CIE-Lab54.507113.4914-60.1391

#3581eb color RGB value is (53,129,235).

#3581eb hex color red value is 53, green value is 129 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3581eb hue: 0.60 , saturation: 0.82 and the lightness value of 3581eb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000001 11101011
Octal 65 201 353
Decimal 53 129 235
Hex 35 81 EB

RGB Percentages of Color #3581eb

%12.71
%30.94
%56.35

CMYK Percentages of Color #3581eb

%77
%45
%0
%8

Triadic Colors of #3581eb

#3581eb #eb3581 #81eb35

Analogous Colors of #3581eb

#3581eb #4435eb #35dceb

Monochromatic Colors of #3581eb

#3581eb

Complementary Color

#3581eb #eb9f35

#3581eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3581eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3581eb Color CSS Codes

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

#3581eb Text Font Color

<p style="color:#3581eb">Text here</p>

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


#3581eb Background Color

<div style="background-color:#3581eb">
Div content here</div>

This div background color is #3581eb


#3581eb Border Color

<div style="border:3px solid #3581eb">
Div here</div>

This div border color is #3581eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,129,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3581eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3581eb;
  -webkit-box-shadow: 1px 1px 3px 2px #3581eb;
  box-shadow:         1px 1px 3px 2px #3581eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3581eb


Comments

No comments written yet.

Please login to write comment.