Color Hex Logo

#332ab7 Color Hex

#332AB7
(51,42,183)
0 Favorites   0 Comments

Color spaces of #332ab7

RGB 5142183
HSL0.680.630.44
HSV244°77°72°
CMYK 0.720.770.00   0.28
XYZ10.74045.778645.3490
Yxy5.77860.17360.0934
Hunter Lab24.038737.6853-95.0234
CIE-Lab28.846948.4246-72.0372

#332ab7 color RGB value is (51,42,183).

#332ab7 hex color red value is 51, green value is 42 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #332ab7 hue: 0.68 , saturation: 0.63 and the lightness value of 332ab7 is 0.44.

The process color (four color CMYK) of #332ab7 color hex is 0.72, 0.77, 0.00, 0.28. Web safe color of #332ab7 is #3333cc. Color #332ab7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101010 10110111
Octal 63 52 267
Decimal 51 42 183
Hex 33 2A B7

RGB Percentages of Color #332ab7

%18.48
%15.22
%66.30

CMYK Percentages of Color #332ab7

%72
%77
%0
%28

Triadic Colors of #332ab7

#332ab7 #b7332a #2ab733

Analogous Colors of #332ab7

#332ab7 #7a2ab7 #2a68b7

Monochromatic Colors of #332ab7

#332ab7

Complementary Color

#332ab7 #aeb72a

#332ab7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332ab7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#332ab7 Color CSS Codes

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

#332ab7 Text Font Color

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

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


#332ab7 Background Color

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

This div background color is #332ab7


#332ab7 Border Color

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

This div border color is #332ab7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332ab7


Comments

No comments written yet.

Please login to write comment.