Color Hex Logo

#2772ac Color Hex

#2772AC
(39,114,172)
0 Favorites   0 Comments

Color spaces of #2772ac

RGB 39114172
HSL0.570.630.41
HSV206°77°67°
CMYK 0.770.340.00   0.33
XYZ14.300415.444541.2571
Yxy15.44450.20140.2175
Hunter Lab39.2995-3.8211-34.7337
CIE-Lab46.2371-2.3297-37.4194

#2772ac color RGB value is (39,114,172).

#2772ac hex color red value is 39, green value is 114 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #2772ac hue: 0.57 , saturation: 0.63 and the lightness value of 2772ac is 0.41.

The process color (four color CMYK) of #2772ac color hex is 0.77, 0.34, 0.00, 0.33. Web safe color of #2772ac is #336699. Color #2772ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01110010 10101100
Octal 47 162 254
Decimal 39 114 172
Hex 27 72 AC

RGB Percentages of Color #2772ac

%12.00
%35.08
%52.92

CMYK Percentages of Color #2772ac

%77
%34
%0
%33

Triadic Colors of #2772ac

#2772ac #ac2772 #72ac27

Analogous Colors of #2772ac

#2772ac #2730ac #27aca4

Monochromatic Colors of #2772ac

#2772ac

Complementary Color

#2772ac #ac6127

#2772ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2772ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#2772ac Color CSS Codes

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

#2772ac Text Font Color

<p style="color:#2772ac">Text here</p>

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


#2772ac Background Color

<div style="background-color:#2772ac">
Div content here</div>

This div background color is #2772ac


#2772ac Border Color

<div style="border:3px solid #2772ac">
Div here</div>

This div border color is #2772ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,114,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2772ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2772ac;
  -webkit-box-shadow: 1px 1px 3px 2px #2772ac;
  box-shadow:         1px 1px 3px 2px #2772ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2772ac


Comments

No comments written yet.

Please login to write comment.