Color Hex Logo

#274cea Color Hex

#274CEA
(39,76,234)
0 Favorites   0 Comments

Color spaces of #274cea

RGB 3976234
HSL0.640.820.54
HSV229°83°92°
CMYK 0.830.680.00   0.08
XYZ18.272411.540779.1064
Yxy11.54070.16780.1060
Hunter Lab33.971636.5600-114.2828
CIE-Lab40.476645.1393-82.4227

#274cea color RGB value is (39,76,234).

#274cea hex color red value is 39, green value is 76 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #274cea hue: 0.64 , saturation: 0.82 and the lightness value of 274cea is 0.54.

The process color (four color CMYK) of #274cea color hex is 0.83, 0.68, 0.00, 0.08. Web safe color of #274cea is #3333ff. Color #274cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01001100 11101010
Octal 47 114 352
Decimal 39 76 234
Hex 27 4C EA

RGB Percentages of Color #274cea

%11.17
%21.78
%67.05

CMYK Percentages of Color #274cea

%83
%68
%0
%8

Triadic Colors of #274cea

#274cea #ea274c #4cea27

Analogous Colors of #274cea

#274cea #6427ea #27aeea

Monochromatic Colors of #274cea

#274cea

Complementary Color

#274cea #eac527

#274cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#274cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#274cea Color CSS Codes

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

#274cea Text Font Color

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

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


#274cea Background Color

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

This div background color is #274cea


#274cea Border Color

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

This div border color is #274cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #274cea


Comments

No comments written yet.

Please login to write comment.