Color Hex Logo

#332caf Color Hex

#332CAF
(51,44,175)
0 Favorites   0 Comments

Color spaces of #332caf

RGB 5144175
HSL0.680.600.43
HSV243°75°69°
CMYK 0.710.750.00   0.31
XYZ10.00385.600341.1112
Yxy5.60030.17640.0987
Hunter Lab23.665034.0430-86.4342
CIE-Lab28.380844.7760-68.0354

#332caf color RGB value is (51,44,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101100 10101111
Octal 63 54 257
Decimal 51 44 175
Hex 33 2C AF

RGB Percentages of Color #332caf

%18.89
%16.30
%64.81

CMYK Percentages of Color #332caf

%71
%75
%0
%31

Triadic Colors of #332caf

#332caf #af332c #2caf33

Analogous Colors of #332caf

#332caf #752caf #2c67af

Monochromatic Colors of #332caf

#332caf

Complementary Color

#332caf #a8af2c

#332caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#332caf Color CSS Codes

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

#332caf Text Font Color

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

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


#332caf Background Color

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

This div background color is #332caf


#332caf Border Color

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

This div border color is #332caf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,44,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 #332caf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332caf


Comments

No comments written yet.

Please login to write comment.