Color Hex Logo

#3272da Color Hex

#3272DA
(50,114,218)
0 Favorites   0 Comments

Color spaces of #3272da

RGB 50114218
HSL0.600.690.53
HSV217°77°85°
CMYK 0.770.480.00   0.15
XYZ19.987617.774768.7071
Yxy17.77470.18770.1669
Hunter Lab42.160110.8447-67.1113
CIE-Lab49.221716.2057-59.0935

#3272da color RGB value is (50,114,218).

#3272da hex color red value is 50, green value is 114 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #3272da hue: 0.60 , saturation: 0.69 and the lightness value of 3272da is 0.53.

The process color (four color CMYK) of #3272da color hex is 0.77, 0.48, 0.00, 0.15. Web safe color of #3272da is #3366cc. Color #3272da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01110010 11011010
Octal 62 162 332
Decimal 50 114 218
Hex 32 72 DA

RGB Percentages of Color #3272da

%13.09
%29.84
%57.07

CMYK Percentages of Color #3272da

%77
%48
%0
%15

Triadic Colors of #3272da

#3272da #da3272 #72da32

Analogous Colors of #3272da

#3272da #4632da #32c6da

Monochromatic Colors of #3272da

#3272da

Complementary Color

#3272da #da9a32

#3272da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3272da Color Preview on White Background

Lorem ipsum dolor sit amet.

#3272da Color CSS Codes

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

#3272da Text Font Color

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

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


#3272da Background Color

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

This div background color is #3272da


#3272da Border Color

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

This div border color is #3272da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3272da


Comments

No comments written yet.

Please login to write comment.