Color Hex Logo

#332acb Color Hex

#332ACB
(51,42,203)
0 Favorites   0 Comments

Color spaces of #332acb

RGB 5142203
HSL0.680.660.48
HSV243°79°80°
CMYK 0.750.790.00   0.20
XYZ12.97276.671557.1039
Yxy6.67150.16900.0869
Hunter Lab25.829244.4502-112.9992
CIE-Lab31.047154.6458-80.1711

#332acb color RGB value is (51,42,203).

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

The process color (four color CMYK) of #332acb color hex is 0.75, 0.79, 0.00, 0.20. Web safe color of #332acb is #3333cc. Color #332acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101010 11001011
Octal 63 52 313
Decimal 51 42 203
Hex 33 2A CB

RGB Percentages of Color #332acb

%17.23
%14.19
%68.58

CMYK Percentages of Color #332acb

%75
%79
%0
%20

Triadic Colors of #332acb

#332acb #cb332a #2acb33

Analogous Colors of #332acb

#332acb #842acb #2a72cb

Monochromatic Colors of #332acb

#332acb

Complementary Color

#332acb #c2cb2a

#332acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#332acb Color CSS Codes

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

#332acb Text Font Color

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

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


#332acb Background Color

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

This div background color is #332acb


#332acb Border Color

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

This div border color is #332acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332acb


Comments

No comments written yet.

Please login to write comment.