Color Hex Logo

#274dac Color Hex

#274DAC
(39,77,172)
0 Favorites   0 Comments

Color spaces of #274dac

RGB 3977172
HSL0.620.630.41
HSV223°77°67°
CMYK 0.770.550.00   0.33
XYZ10.93708.717640.1360
Yxy8.71760.18290.1458
Hunter Lab29.525614.4510-59.9288
CIE-Lab35.434821.4944-54.7211

#274dac color RGB value is (39,77,172).

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

The process color (four color CMYK) of #274dac color hex is 0.77, 0.55, 0.00, 0.33. Web safe color of #274dac is #336699. Color #274dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01001101 10101100
Octal 47 115 254
Decimal 39 77 172
Hex 27 4D AC

RGB Percentages of Color #274dac

%13.54
%26.74
%59.72

CMYK Percentages of Color #274dac

%77
%55
%0
%33

Triadic Colors of #274dac

#274dac #ac274d #4dac27

Analogous Colors of #274dac

#274dac #4327ac #2790ac

Monochromatic Colors of #274dac

#274dac

Complementary Color

#274dac #ac8627

#274dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#274dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#274dac Color CSS Codes

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

#274dac Text Font Color

<p style="color:#274dac">Text here</p>

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


#274dac Background Color

<div style="background-color:#274dac">
Div content here</div>

This div background color is #274dac


#274dac Border Color

<div style="border:3px solid #274dac">
Div here</div>

This div border color is #274dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #274dac


Comments

No comments written yet.

Please login to write comment.