Color Hex Logo

#3303fa Color Hex

#3303FA
(51,3,250)
0 Favorites   0 Comments

Color spaces of #3303fa

RGB 513250
HSL0.700.980.50
HSV252°99°98°
CMYK 0.800.990.00   0.02
XYZ18.65317.671190.9400
Yxy7.67110.15910.0654
Hunter Lab27.696871.7462-175.2861
CIE-Lab33.288378.1138-103.3684

#3303fa color RGB value is (51,3,250).

#3303fa hex color red value is 51, green value is 3 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #3303fa hue: 0.70 , saturation: 0.98 and the lightness value of 3303fa is 0.50.

The process color (four color CMYK) of #3303fa color hex is 0.80, 0.99, 0.00, 0.02. Web safe color of #3303fa is #3300ff. Color #3303fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000011 11111010
Octal 63 3 372
Decimal 51 3 250
Hex 33 3 FA

RGB Percentages of Color #3303fa

%16.78
%0.99
%82.24

CMYK Percentages of Color #3303fa

%80
%99
%0
%2

Triadic Colors of #3303fa

#3303fa #fa3303 #03fa33

Analogous Colors of #3303fa

#3303fa #af03fa #034efa

Monochromatic Colors of #3303fa

#3303fa

Complementary Color

#3303fa #cafa03

#3303fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3303fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3303fa Color CSS Codes

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

#3303fa Text Font Color

<p style="color:#3303fa">Text here</p>

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


#3303fa Background Color

<div style="background-color:#3303fa">
Div content here</div>

This div background color is #3303fa


#3303fa Border Color

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

This div border color is #3303fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3303fa


Comments

No comments written yet.

Please login to write comment.