Color Hex Logo

#3305eb Color Hex

#3305EB
(51,5,235)
0 Favorites   0 Comments

Color spaces of #3305eb

RGB 515235
HSL0.700.960.47
HSV252°98°92°
CMYK 0.780.980.00   0.08
XYZ16.41496.810579.0467
Yxy6.81050.16050.0666
Hunter Lab26.096966.6064-161.3195
CIE-Lab31.371674.2555-98.0759

#3305eb color RGB value is (51,5,235).

#3305eb hex color red value is 51, green value is 5 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3305eb hue: 0.70 , saturation: 0.96 and the lightness value of 3305eb is 0.47.

The process color (four color CMYK) of #3305eb color hex is 0.78, 0.98, 0.00, 0.08. Web safe color of #3305eb is #3300ff. Color #3305eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000101 11101011
Octal 63 5 353
Decimal 51 5 235
Hex 33 5 EB

RGB Percentages of Color #3305eb

%17.53
%1.72
%80.76

CMYK Percentages of Color #3305eb

%78
%98
%0
%8

Triadic Colors of #3305eb

#3305eb #eb3305 #05eb33

Analogous Colors of #3305eb

#3305eb #a605eb #054aeb

Monochromatic Colors of #3305eb

#3305eb

Complementary Color

#3305eb #bdeb05

#3305eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3305eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3305eb Color CSS Codes

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

#3305eb Text Font Color

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

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


#3305eb Background Color

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

This div background color is #3305eb


#3305eb Border Color

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

This div border color is #3305eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3305eb


Comments

No comments written yet.

Please login to write comment.