Color Hex Logo

#274176 Color Hex

#274176
(39,65,118)
0 Favorites   0 Comments

Color spaces of #274176

RGB 3965118
HSL0.610.500.31
HSV220°67°46°
CMYK 0.670.450.00   0.54
XYZ5.99705.519917.8889
Yxy5.51990.20390.1877
Hunter Lab23.49454.4471-28.6978
CIE-Lab28.16748.6762-33.3889

#274176 color RGB value is (39,65,118).

#274176 hex color red value is 39, green value is 65 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #274176 hue: 0.61 , saturation: 0.50 and the lightness value of 274176 is 0.31.

The process color (four color CMYK) of #274176 color hex is 0.67, 0.45, 0.00, 0.54. Web safe color of #274176 is #333366. Color #274176 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01000001 01110110
Octal 47 101 166
Decimal 39 65 118
Hex 27 41 76

RGB Percentages of Color #274176

%17.57
%29.28
%53.15

CMYK Percentages of Color #274176

%67
%45
%0
%54

Triadic Colors of #274176

#274176 #762741 #417627

Analogous Colors of #274176

#274176 #352776 #276976

Monochromatic Colors of #274176

#274176

Complementary Color

#274176 #765c27

#274176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#274176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#274176 Color CSS Codes

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

#274176 Text Font Color

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

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


#274176 Background Color

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

This div background color is #274176


#274176 Border Color

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

This div border color is #274176


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,65,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #274176; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #274176;
  -webkit-box-shadow: 1px 1px 3px 2px #274176;
  box-shadow:         1px 1px 3px 2px #274176; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #274176


Comments

No comments written yet.

Please login to write comment.