Color Hex Logo

#332fac Color Hex

#332FAC
(51,47,172)
0 Favorites   0 Comments

Color spaces of #332fac

RGB 5147172
HSL0.670.570.43
HSV242°73°67°
CMYK 0.700.730.00   0.33
XYZ9.82815.715439.6149
Yxy5.71540.17820.1036
Hunter Lab23.906931.5441-81.5116
CIE-Lab28.682842.0841-65.7392

#332fac color RGB value is (51,47,172).

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

The process color (four color CMYK) of #332fac color hex is 0.70, 0.73, 0.00, 0.33. Web safe color of #332fac is #333399. Color #332fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101111 10101100
Octal 63 57 254
Decimal 51 47 172
Hex 33 2F AC

RGB Percentages of Color #332fac

%18.89
%17.41
%63.70

CMYK Percentages of Color #332fac

%70
%73
%0
%33

Triadic Colors of #332fac

#332fac #ac332f #2fac33

Analogous Colors of #332fac

#332fac #722fac #2f6aac

Monochromatic Colors of #332fac

#332fac

Complementary Color

#332fac #a8ac2f

#332fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#332fac Color CSS Codes

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

#332fac Text Font Color

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

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


#332fac Background Color

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

This div background color is #332fac


#332fac Border Color

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

This div border color is #332fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332fac


Comments

No comments written yet.

Please login to write comment.