Color Hex Logo

#3270ad Color Hex

#3270AD
(50,112,173)
1 Favorites   0 Comments

Color spaces of #3270ad

RGB 50112173
HSL0.580.550.44
HSV210°71°68°
CMYK 0.710.350.00   0.32
XYZ14.652415.283641.7129
Yxy15.28360.20450.2133
Hunter Lab39.0942-1.5137-35.8955
CIE-Lab46.02020.7694-38.3244

#3270ad color RGB value is (50,112,173).

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

The process color (four color CMYK) of #3270ad color hex is 0.71, 0.35, 0.00, 0.32. Web safe color of #3270ad is #336699. Color #3270ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01110000 10101101
Octal 62 160 255
Decimal 50 112 173
Hex 32 70 AD

RGB Percentages of Color #3270ad

%14.93
%33.43
%51.64

CMYK Percentages of Color #3270ad

%71
%35
%0
%32

Triadic Colors of #3270ad

#3270ad #ad3270 #70ad32

Analogous Colors of #3270ad

#3270ad #3232ad #32adad

Monochromatic Colors of #3270ad

#3270ad

Complementary Color

#3270ad #ad6f32

#3270ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3270ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3270ad Color CSS Codes

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

#3270ad Text Font Color

<p style="color:#3270ad">Text here</p>

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


#3270ad Background Color

<div style="background-color:#3270ad">
Div content here</div>

This div background color is #3270ad


#3270ad Border Color

<div style="border:3px solid #3270ad">
Div here</div>

This div border color is #3270ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,112,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3270ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3270ad;
  -webkit-box-shadow: 1px 1px 3px 2px #3270ad;
  box-shadow:         1px 1px 3px 2px #3270ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,112,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3270ad


Comments

No comments written yet.

Please login to write comment.