Color Hex Logo

#332faf Color Hex

#332FAF
(51,47,175)
0 Favorites   0 Comments

Color spaces of #332faf

RGB 5147175
HSL0.670.580.44
HSV242°73°69°
CMYK 0.710.730.00   0.31
XYZ10.11965.832041.1498
Yxy5.83200.17720.1021
Hunter Lab24.149532.5368-84.1230
CIE-Lab28.984643.0809-67.0395

#332faf color RGB value is (51,47,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101111 10101111
Octal 63 57 257
Decimal 51 47 175
Hex 33 2F AF

RGB Percentages of Color #332faf

%18.68
%17.22
%64.10

CMYK Percentages of Color #332faf

%71
%73
%0
%31

Triadic Colors of #332faf

#332faf #af332f #2faf33

Analogous Colors of #332faf

#332faf #732faf #2f6baf

Monochromatic Colors of #332faf

#332faf

Complementary Color

#332faf #abaf2f

#332faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#332faf Color CSS Codes

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

#332faf Text Font Color

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

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


#332faf Background Color

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

This div background color is #332faf


#332faf Border Color

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

This div border color is #332faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332faf


Comments

No comments written yet.

Please login to write comment.