Color Hex Logo

#332fae Color Hex

#332FAE
(51,47,174)
0 Favorites   0 Comments

Color spaces of #332fae

RGB 5147174
HSL0.670.570.43
HSV242°73°68°
CMYK 0.710.730.00   0.32
XYZ10.02175.792840.6343
Yxy5.79280.17750.1026
Hunter Lab24.068232.2057-83.2513
CIE-Lab28.883642.7496-66.6074

#332fae color RGB value is (51,47,174).

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

The process color (four color CMYK) of #332fae color hex is 0.71, 0.73, 0.00, 0.32. Web safe color of #332fae is #333399. Color #332fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101111 10101110
Octal 63 57 256
Decimal 51 47 174
Hex 33 2F AE

RGB Percentages of Color #332fae

%18.75
%17.28
%63.97

CMYK Percentages of Color #332fae

%71
%73
%0
%32

Triadic Colors of #332fae

#332fae #ae332f #2fae33

Analogous Colors of #332fae

#332fae #732fae #2f6bae

Monochromatic Colors of #332fae

#332fae

Complementary Color

#332fae #aaae2f

#332fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#332fae Color CSS Codes

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

#332fae Text Font Color

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

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


#332fae Background Color

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

This div background color is #332fae


#332fae Border Color

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

This div border color is #332fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332fae


Comments

No comments written yet.

Please login to write comment.