Color Hex Logo

#2747ae Color Hex

#2747AE
(39,71,174)
0 Favorites   0 Comments

Color spaces of #2747ae

RGB 3971174
HSL0.630.630.42
HSV226°78°68°
CMYK 0.780.590.00   0.32
XYZ10.72997.993841.0218
Yxy7.99380.17960.1338
Hunter Lab28.273318.2636-66.2327
CIE-Lab33.970026.2635-58.2940

#2747ae color RGB value is (39,71,174).

#2747ae hex color red value is 39, green value is 71 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #2747ae hue: 0.63 , saturation: 0.63 and the lightness value of 2747ae is 0.42.

The process color (four color CMYK) of #2747ae color hex is 0.78, 0.59, 0.00, 0.32. Web safe color of #2747ae is #333399. Color #2747ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01000111 10101110
Octal 47 107 256
Decimal 39 71 174
Hex 27 47 AE

RGB Percentages of Color #2747ae

%13.73
%25.00
%61.27

CMYK Percentages of Color #2747ae

%78
%59
%0
%32

Triadic Colors of #2747ae

#2747ae #ae2747 #47ae27

Analogous Colors of #2747ae

#2747ae #4a27ae #278bae

Monochromatic Colors of #2747ae

#2747ae

Complementary Color

#2747ae #ae8e27

#2747ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2747ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#2747ae Color CSS Codes

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

#2747ae Text Font Color

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

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


#2747ae Background Color

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

This div background color is #2747ae


#2747ae Border Color

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

This div border color is #2747ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2747ae


Comments

No comments written yet.

Please login to write comment.