Color Hex Logo

#333abe Color Hex

#333ABE
(51,58,190)
0 Favorites   0 Comments

Color spaces of #333abe

RGB 5158190
HSL0.660.580.47
HSV237°73°75°
CMYK 0.730.690.00   0.25
XYZ12.17267.447649.5112
Yxy7.44760.17610.1077
Hunter Lab27.290331.8604-88.4632
CIE-Lab32.804941.6637-69.6494

#333abe color RGB value is (51,58,190).

#333abe hex color red value is 51, green value is 58 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #333abe hue: 0.66 , saturation: 0.58 and the lightness value of 333abe is 0.47.

The process color (four color CMYK) of #333abe color hex is 0.73, 0.69, 0.00, 0.25. Web safe color of #333abe is #3333cc. Color #333abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00111010 10111110
Octal 63 72 276
Decimal 51 58 190
Hex 33 3A BE

RGB Percentages of Color #333abe

%17.06
%19.40
%63.55

CMYK Percentages of Color #333abe

%73
%69
%0
%25

Triadic Colors of #333abe

#333abe #be333a #3abe33

Analogous Colors of #333abe

#333abe #7233be #3380be

Monochromatic Colors of #333abe

#333abe

Complementary Color

#333abe #beb733

#333abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#333abe Color CSS Codes

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

#333abe Text Font Color

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

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


#333abe Background Color

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

This div background color is #333abe


#333abe Border Color

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

This div border color is #333abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333abe


Comments

No comments written yet.

Please login to write comment.