Color Hex Logo

#3300fe Color Hex

#3300FE
(51,0,254)
0 Favorites   0 Comments

Color spaces of #3300fe

RGB 510254
HSL0.701.000.50
HSV252°100°100°
CMYK 0.801.000.00   0.00
XYZ19.25467.859694.2681
Yxy7.85960.15860.0648
Hunter Lab28.035073.5337-179.7392
CIE-Lab33.688879.4779-104.9482

#3300fe color RGB value is (51,0,254).

#3300fe hex color red value is 51, green value is 0 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #3300fe hue: 0.70 , saturation: 1.00 and the lightness value of 3300fe is 0.50.

The process color (four color CMYK) of #3300fe color hex is 0.80, 1.00, 0.00, 0.00. Web safe color of #3300fe is #3300ff. Color #3300fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000000 11111110
Octal 63 0 376
Decimal 51 0 254
Hex 33 0 FE

RGB Percentages of Color #3300fe

%16.72
%0.00
%83.28

CMYK Percentages of Color #3300fe

%80
%100
%0
%0

Triadic Colors of #3300fe

#3300fe #fe3300 #00fe33

Analogous Colors of #3300fe

#3300fe #b200fe #004cfe

Monochromatic Colors of #3300fe

#3300fe

Complementary Color

#3300fe #cbfe00

#3300fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3300fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3300fe Color CSS Codes

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

#3300fe Text Font Color

<p style="color:#3300fe">Text here</p>

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


#3300fe Background Color

<div style="background-color:#3300fe">
Div content here</div>

This div background color is #3300fe


#3300fe Border Color

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

This div border color is #3300fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,0,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3300fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3300fe;
  -webkit-box-shadow: 1px 1px 3px 2px #3300fe;
  box-shadow:         1px 1px 3px 2px #3300fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3300fe

Related Colors


Comments

No comments written yet.

Please login to write comment.