Color Hex Logo

#33314e Color Hex

#33314E
(51,49,78)
0 Favorites   0 Comments

Color spaces of #33314e

RGB 514978
HSL0.680.230.25
HSV244°37°31°
CMYK 0.350.370.00   0.69
XYZ3.83873.45057.6714
Yxy3.45050.25660.2306
Hunter Lab18.57554.3805-11.4830
CIE-Lab21.76468.7692-17.4926

#33314e color RGB value is (51,49,78).

#33314e hex color red value is 51, green value is 49 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #33314e hue: 0.68 , saturation: 0.23 and the lightness value of 33314e is 0.25.

The process color (four color CMYK) of #33314e color hex is 0.35, 0.37, 0.00, 0.69. Web safe color of #33314e is #333366. Color #33314e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00110001 01001110
Octal 63 61 116
Decimal 51 49 78
Hex 33 31 4E

RGB Percentages of Color #33314e

%28.65
%27.53
%43.82

CMYK Percentages of Color #33314e

%35
%37
%0
%69

Triadic Colors of #33314e

#33314e #4e3331 #314e33

Analogous Colors of #33314e

#33314e #42314e #313e4e

Monochromatic Colors of #33314e

#33314e

Complementary Color

#33314e #4c4e31

#33314e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33314e Color Preview on White Background

Lorem ipsum dolor sit amet.

#33314e Color CSS Codes

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

#33314e Text Font Color

<p style="color:#33314e">Text here</p>

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


#33314e Background Color

<div style="background-color:#33314e">
Div content here</div>

This div background color is #33314e


#33314e Border Color

<div style="border:3px solid #33314e">
Div here</div>

This div border color is #33314e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,49,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33314e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33314e;
  -webkit-box-shadow: 1px 1px 3px 2px #33314e;
  box-shadow:         1px 1px 3px 2px #33314e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33314e


Comments

No comments written yet.

Please login to write comment.