Color Hex Logo

#3306ea Color Hex

#3306EA
(51,6,234)
0 Favorites   0 Comments

Color spaces of #3306ea

RGB 516234
HSL0.700.950.47
HSV252°97°92°
CMYK 0.780.970.00   0.08
XYZ16.28166.774678.2914
Yxy6.77460.16070.0668
Hunter Lab26.028166.1098-160.1224
CIE-Lab31.288273.8591-97.6453

#3306ea color RGB value is (51,6,234).

#3306ea hex color red value is 51, green value is 6 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #3306ea hue: 0.70 , saturation: 0.95 and the lightness value of 3306ea is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000110 11101010
Octal 63 6 352
Decimal 51 6 234
Hex 33 6 EA

RGB Percentages of Color #3306ea

%17.53
%2.06
%80.41

CMYK Percentages of Color #3306ea

%78
%97
%0
%8

Triadic Colors of #3306ea

#3306ea #ea3306 #06ea33

Analogous Colors of #3306ea

#3306ea #a506ea #064bea

Monochromatic Colors of #3306ea

#3306ea

Complementary Color

#3306ea #bdea06

#3306ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3306ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3306ea Color CSS Codes

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

#3306ea Text Font Color

<p style="color:#3306ea">Text here</p>

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


#3306ea Background Color

<div style="background-color:#3306ea">
Div content here</div>

This div background color is #3306ea


#3306ea Border Color

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

This div border color is #3306ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,6,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3306ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3306ea;
  -webkit-box-shadow: 1px 1px 3px 2px #3306ea;
  box-shadow:         1px 1px 3px 2px #3306ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,6,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3306ea


Comments

No comments written yet.

Please login to write comment.