Color Hex Logo

#332abd Color Hex

#332ABD
(51,42,189)
0 Favorites   0 Comments

Color spaces of #332abd

RGB 5142189
HSL0.680.640.45
HSV244°78°74°
CMYK 0.730.780.00   0.26
XYZ11.37856.033948.7090
Yxy6.03390.17210.0913
Hunter Lab24.564039.6975-100.3739
CIE-Lab29.497850.3141-74.5161

#332abd color RGB value is (51,42,189).

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

The process color (four color CMYK) of #332abd color hex is 0.73, 0.78, 0.00, 0.26. Web safe color of #332abd is #3333cc. Color #332abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101010 10111101
Octal 63 52 275
Decimal 51 42 189
Hex 33 2A BD

RGB Percentages of Color #332abd

%18.09
%14.89
%67.02

CMYK Percentages of Color #332abd

%73
%78
%0
%26

Triadic Colors of #332abd

#332abd #bd332a #2abd33

Analogous Colors of #332abd

#332abd #7d2abd #2a6bbd

Monochromatic Colors of #332abd

#332abd

Complementary Color

#332abd #b4bd2a

#332abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#332abd Color CSS Codes

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

#332abd Text Font Color

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

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


#332abd Background Color

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

This div background color is #332abd


#332abd Border Color

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

This div border color is #332abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332abd


Comments

No comments written yet.

Please login to write comment.