Color Hex Logo

#3304eb Color Hex

#3304EB
(51,4,235)
0 Favorites   0 Comments

Color spaces of #3304eb

RGB 514235
HSL0.700.970.47
HSV252°98°92°
CMYK 0.780.980.00   0.08
XYZ16.40416.788879.0430
Yxy6.78880.16050.0664
Hunter Lab26.055366.7845-161.6270
CIE-Lab31.321274.4115-98.1599

#3304eb color RGB value is (51,4,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000100 11101011
Octal 63 4 353
Decimal 51 4 235
Hex 33 4 EB

RGB Percentages of Color #3304eb

%17.59
%1.38
%81.03

CMYK Percentages of Color #3304eb

%78
%98
%0
%8

Triadic Colors of #3304eb

#3304eb #eb3304 #04eb33

Analogous Colors of #3304eb

#3304eb #a704eb #0448eb

Monochromatic Colors of #3304eb

#3304eb

Complementary Color

#3304eb #bceb04

#3304eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3304eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3304eb Color CSS Codes

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

#3304eb Text Font Color

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

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


#3304eb Background Color

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

This div background color is #3304eb


#3304eb Border Color

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

This div border color is #3304eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3304eb


Comments

No comments written yet.

Please login to write comment.