Color Hex Logo

#2759ac Color Hex

#2759AC
(39,89,172)
0 Favorites   0 Comments

Color spaces of #2759ac

RGB 3989172
HSL0.600.630.41
HSV217°77°67°
CMYK 0.770.480.00   0.33
XYZ11.855510.554640.4421
Yxy10.55460.18860.1679
Hunter Lab32.48788.2847-51.0649
CIE-Lab38.819913.5290-49.2483

#2759ac color RGB value is (39,89,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 01011001 10101100
Octal 47 131 254
Decimal 39 89 172
Hex 27 59 AC

RGB Percentages of Color #2759ac

%13.00
%29.67
%57.33

CMYK Percentages of Color #2759ac

%77
%48
%0
%33

Triadic Colors of #2759ac

#2759ac #ac2759 #59ac27

Analogous Colors of #2759ac

#2759ac #3827ac #279cac

Monochromatic Colors of #2759ac

#2759ac

Complementary Color

#2759ac #ac7a27

#2759ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2759ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#2759ac Color CSS Codes

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

#2759ac Text Font Color

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

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


#2759ac Background Color

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

This div background color is #2759ac


#2759ac Border Color

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

This div border color is #2759ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,89,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 #2759ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2759ac


Comments

No comments written yet.

Please login to write comment.