Color Hex Logo

#3b35eb Color Hex

#3B35EB
(59,53,235)
0 Favorites   0 Comments

Color spaces of #3b35eb

RGB 5953235
HSL0.670.820.56
HSV242°77°92°
CMYK 0.750.770.00   0.08
XYZ18.07219.474279.4735
Yxy9.47420.16890.0885
Hunter Lab30.780250.9381-131.5388
CIE-Lab36.881759.5763-88.8985

#3b35eb color RGB value is (59,53,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 00110101 11101011
Octal 73 65 353
Decimal 59 53 235
Hex 3B 35 EB

RGB Percentages of Color #3b35eb

%17.00
%15.27
%67.72

CMYK Percentages of Color #3b35eb

%75
%77
%0
%8

Triadic Colors of #3b35eb

#3b35eb #eb3b35 #35eb3b

Analogous Colors of #3b35eb

#3b35eb #9635eb #358aeb

Monochromatic Colors of #3b35eb

#3b35eb

Complementary Color

#3b35eb #e5eb35

#3b35eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b35eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b35eb Color CSS Codes

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

#3b35eb Text Font Color

<p style="color:#3b35eb">Text here</p>

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


#3b35eb Background Color

<div style="background-color:#3b35eb">
Div content here</div>

This div background color is #3b35eb


#3b35eb Border Color

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

This div border color is #3b35eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b35eb


Comments

No comments written yet.

Please login to write comment.