Color Hex Logo

#2746af Color Hex

#2746AF
(39,70,175)
0 Favorites   0 Comments

Color spaces of #2746af

RGB 3970175
HSL0.630.640.42
HSV226°78°69°
CMYK 0.780.600.00   0.31
XYZ10.76477.906841.5162
Yxy7.90680.17890.1314
Hunter Lab28.119019.1262-67.8551
CIE-Lab33.788027.3087-59.1857

#2746af color RGB value is (39,70,175).

#2746af hex color red value is 39, green value is 70 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #2746af hue: 0.63 , saturation: 0.64 and the lightness value of 2746af is 0.42.

The process color (four color CMYK) of #2746af color hex is 0.78, 0.60, 0.00, 0.31. Web safe color of #2746af is #333399. Color #2746af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01000110 10101111
Octal 47 106 257
Decimal 39 70 175
Hex 27 46 AF

RGB Percentages of Color #2746af

%13.73
%24.65
%61.62

CMYK Percentages of Color #2746af

%78
%60
%0
%31

Triadic Colors of #2746af

#2746af #af2746 #46af27

Analogous Colors of #2746af

#2746af #4c27af #278aaf

Monochromatic Colors of #2746af

#2746af

Complementary Color

#2746af #af9027

#2746af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2746af Color Preview on White Background

Lorem ipsum dolor sit amet.

#2746af Color CSS Codes

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

#2746af Text Font Color

<p style="color:#2746af">Text here</p>

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


#2746af Background Color

<div style="background-color:#2746af">
Div content here</div>

This div background color is #2746af


#2746af Border Color

<div style="border:3px solid #2746af">
Div here</div>

This div border color is #2746af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,70,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2746af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2746af;
  -webkit-box-shadow: 1px 1px 3px 2px #2746af;
  box-shadow:         1px 1px 3px 2px #2746af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2746af


Comments

No comments written yet.

Please login to write comment.