Color Hex Logo

#274abc Color Hex

#274ABC
(39,74,188)
0 Favorites   0 Comments

Color spaces of #274abc

RGB 3974188
HSL0.630.660.45
HSV226°79°74°
CMYK 0.790.610.00   0.26
XYZ12.36268.959748.6548
Yxy8.95970.17670.1280
Hunter Lab29.932821.3404-75.4212
CIE-Lab35.906629.5989-63.4098

#274abc color RGB value is (39,74,188).

#274abc hex color red value is 39, green value is 74 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #274abc hue: 0.63 , saturation: 0.66 and the lightness value of 274abc is 0.45.

The process color (four color CMYK) of #274abc color hex is 0.79, 0.61, 0.00, 0.26. Web safe color of #274abc is #3333cc. Color #274abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01001010 10111100
Octal 47 112 274
Decimal 39 74 188
Hex 27 4A BC

RGB Percentages of Color #274abc

%12.96
%24.58
%62.46

CMYK Percentages of Color #274abc

%79
%61
%0
%26

Triadic Colors of #274abc

#274abc #bc274a #4abc27

Analogous Colors of #274abc

#274abc #4f27bc #2795bc

Monochromatic Colors of #274abc

#274abc

Complementary Color

#274abc #bc9927

#274abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#274abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#274abc Color CSS Codes

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

#274abc Text Font Color

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

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


#274abc Background Color

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

This div background color is #274abc


#274abc Border Color

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

This div border color is #274abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #274abc


Comments

No comments written yet.

Please login to write comment.