Color Hex Logo

#274752 Color Hex

#274752
(39,71,82)
0 Favorites   0 Comments

Color spaces of #274752

RGB 397182
HSL0.540.360.24
HSV195°52°32°
CMYK 0.520.130.00   0.68
XYZ4.61295.54708.8102
Yxy5.54700.24320.2924
Hunter Lab23.5521-6.2552-5.6924
CIE-Lab28.2396-8.3058-10.2294

#274752 color RGB value is (39,71,82).

#274752 hex color red value is 39, green value is 71 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #274752 hue: 0.54 , saturation: 0.36 and the lightness value of 274752 is 0.24.

The process color (four color CMYK) of #274752 color hex is 0.52, 0.13, 0.00, 0.68. Web safe color of #274752 is #333366. Color #274752 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01000111 01010010
Octal 47 107 122
Decimal 39 71 82
Hex 27 47 52

RGB Percentages of Color #274752

%20.31
%36.98
%42.71

CMYK Percentages of Color #274752

%52
%13
%0
%68

Triadic Colors of #274752

#274752 #522747 #475227

Analogous Colors of #274752

#274752 #273252 #275248

Monochromatic Colors of #274752

#274752

Complementary Color

#274752 #523227

#274752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#274752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#274752 Color CSS Codes

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

#274752 Text Font Color

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

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


#274752 Background Color

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

This div background color is #274752


#274752 Border Color

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

This div border color is #274752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #274752


Comments

No comments written yet.

Please login to write comment.