Color Hex Logo

#333fae Color Hex

#333FAE
(51,63,174)
0 Favorites   0 Comments

Color spaces of #333fae

RGB 5163174
HSL0.650.550.44
HSV234°71°68°
CMYK 0.710.640.00   0.32
XYZ10.78277.314840.8880
Yxy7.31480.18280.1240
Hunter Lab27.045923.8344-70.7026
CIE-Lab32.513132.9389-60.6487

#333fae color RGB value is (51,63,174).

#333fae hex color red value is 51, green value is 63 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #333fae hue: 0.65 , saturation: 0.55 and the lightness value of 333fae is 0.44.

The process color (four color CMYK) of #333fae color hex is 0.71, 0.64, 0.00, 0.32. Web safe color of #333fae is #333399. Color #333fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00111111 10101110
Octal 63 77 256
Decimal 51 63 174
Hex 33 3F AE

RGB Percentages of Color #333fae

%17.71
%21.88
%60.42

CMYK Percentages of Color #333fae

%71
%64
%0
%32

Triadic Colors of #333fae

#333fae #ae333f #3fae33

Analogous Colors of #333fae

#333fae #6533ae #337dae

Monochromatic Colors of #333fae

#333fae

Complementary Color

#333fae #aea233

#333fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#333fae Color CSS Codes

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

#333fae Text Font Color

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

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


#333fae Background Color

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

This div background color is #333fae


#333fae Border Color

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

This div border color is #333fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333fae


Comments

No comments written yet.

Please login to write comment.