Color Hex Logo

#3272ae Color Hex

#3272AE
(50,114,174)
0 Favorites   0 Comments

Color spaces of #3272ae

RGB 50114174
HSL0.580.550.44
HSV209°71°68°
CMYK 0.710.340.00   0.32
XYZ14.972715.768742.2989
Yxy15.76870.20500.2159
Hunter Lab39.7098-2.1883-35.3588
CIE-Lab46.6696-0.0900-37.8819

#3272ae color RGB value is (50,114,174).

#3272ae hex color red value is 50, green value is 114 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #3272ae hue: 0.58 , saturation: 0.55 and the lightness value of 3272ae is 0.44.

The process color (four color CMYK) of #3272ae color hex is 0.71, 0.34, 0.00, 0.32. Web safe color of #3272ae is #336699. Color #3272ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01110010 10101110
Octal 62 162 256
Decimal 50 114 174
Hex 32 72 AE

RGB Percentages of Color #3272ae

%14.79
%33.73
%51.48

CMYK Percentages of Color #3272ae

%71
%34
%0
%32

Triadic Colors of #3272ae

#3272ae #ae3272 #72ae32

Analogous Colors of #3272ae

#3272ae #3234ae #32aeac

Monochromatic Colors of #3272ae

#3272ae

Complementary Color

#3272ae #ae6e32

#3272ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3272ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3272ae Color CSS Codes

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

#3272ae Text Font Color

<p style="color:#3272ae">Text here</p>

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


#3272ae Background Color

<div style="background-color:#3272ae">
Div content here</div>

This div background color is #3272ae


#3272ae Border Color

<div style="border:3px solid #3272ae">
Div here</div>

This div border color is #3272ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,114,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3272ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3272ae;
  -webkit-box-shadow: 1px 1px 3px 2px #3272ae;
  box-shadow:         1px 1px 3px 2px #3272ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,114,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 #3272ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3272ae


Comments

No comments written yet.

Please login to write comment.