Color Hex Logo

#332eaf Color Hex

#332EAF
(51,46,175)
0 Favorites   0 Comments

Color spaces of #332eaf

RGB 5146175
HSL0.670.580.43
HSV242°74°69°
CMYK 0.710.740.00   0.31
XYZ10.08015.752941.1366
Yxy5.75290.17690.1010
Hunter Lab23.985233.0429-84.8976
CIE-Lab28.780343.6527-67.3763

#332eaf color RGB value is (51,46,175).

#332eaf hex color red value is 51, green value is 46 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #332eaf hue: 0.67 , saturation: 0.58 and the lightness value of 332eaf is 0.43.

The process color (four color CMYK) of #332eaf color hex is 0.71, 0.74, 0.00, 0.31. Web safe color of #332eaf is #333399. Color #332eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101110 10101111
Octal 63 56 257
Decimal 51 46 175
Hex 33 2E AF

RGB Percentages of Color #332eaf

%18.75
%16.91
%64.34

CMYK Percentages of Color #332eaf

%71
%74
%0
%31

Triadic Colors of #332eaf

#332eaf #af332e #2eaf33

Analogous Colors of #332eaf

#332eaf #742eaf #2e6aaf

Monochromatic Colors of #332eaf

#332eaf

Complementary Color

#332eaf #aaaf2e

#332eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#332eaf Color CSS Codes

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

#332eaf Text Font Color

<p style="color:#332eaf">Text here</p>

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


#332eaf Background Color

<div style="background-color:#332eaf">
Div content here</div>

This div background color is #332eaf


#332eaf Border Color

<div style="border:3px solid #332eaf">
Div here</div>

This div border color is #332eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,46,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #332eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #332eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #332eaf;
  box-shadow:         1px 1px 3px 2px #332eaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332eaf


Comments

No comments written yet.

Please login to write comment.