Color Hex Logo

#3541eb Color Hex

#3541EB
(53,65,235)
0 Favorites   0 Comments

Color spaces of #3541eb

RGB 5365235
HSL0.660.820.56
HSV236°77°92°
CMYK 0.770.720.00   0.08
XYZ18.353910.535679.6635
Yxy10.53560.16910.0971
Hunter Lab32.458644.1313-122.7951
CIE-Lab38.787052.8504-85.7569

#3541eb color RGB value is (53,65,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000001 11101011
Octal 65 101 353
Decimal 53 65 235
Hex 35 41 EB

RGB Percentages of Color #3541eb

%15.01
%18.41
%66.57

CMYK Percentages of Color #3541eb

%77
%72
%0
%8

Triadic Colors of #3541eb

#3541eb #eb3541 #41eb35

Analogous Colors of #3541eb

#3541eb #8435eb #359ceb

Monochromatic Colors of #3541eb

#3541eb

Complementary Color

#3541eb #ebdf35

#3541eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3541eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3541eb Color CSS Codes

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

#3541eb Text Font Color

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

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


#3541eb Background Color

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

This div background color is #3541eb


#3541eb Border Color

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

This div border color is #3541eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,65,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 #3541eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3541eb


Comments

No comments written yet.

Please login to write comment.