Color Hex Logo

#333cff Color Hex

#333CFF
(51,60,255)
0 Favorites   0 Comments

Color spaces of #333cff

RGB 5160255
HSL0.661.000.60
HSV237°80°100°
CMYK 0.800.760.00   0.00
XYZ21.031111.155595.6525
Yxy11.15550.16450.0873
Hunter Lab33.399953.9475-146.4184
CIE-Lab39.841161.7259-95.2692

#333cff color RGB value is (51,60,255).

#333cff hex color red value is 51, green value is 60 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #333cff hue: 0.66 , saturation: 1.00 and the lightness value of 333cff is 0.60.

The process color (four color CMYK) of #333cff color hex is 0.80, 0.76, 0.00, 0.00. Web safe color of #333cff is #3333ff. Color #333cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00111100 11111111
Octal 63 74 377
Decimal 51 60 255
Hex 33 3C FF

RGB Percentages of Color #333cff

%13.93
%16.39
%69.67

CMYK Percentages of Color #333cff

%80
%76
%0
%0

Triadic Colors of #333cff

#333cff #ff333c #3cff33

Analogous Colors of #333cff

#333cff #9033ff #33a2ff

Monochromatic Colors of #333cff

#333cff

Complementary Color

#333cff #fff633

#333cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#333cff Color CSS Codes

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

#333cff Text Font Color

<p style="color:#333cff">Text here</p>

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


#333cff Background Color

<div style="background-color:#333cff">
Div content here</div>

This div background color is #333cff


#333cff Border Color

<div style="border:3px solid #333cff">
Div here</div>

This div border color is #333cff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,60,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #333cff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #333cff;
  -webkit-box-shadow: 1px 1px 3px 2px #333cff;
  box-shadow:         1px 1px 3px 2px #333cff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333cff


Comments

No comments written yet.

Please login to write comment.