Color Hex Logo

#27132e Color Hex

#27132E
(39,19,46)
0 Favorites   0 Comments

Color spaces of #27132e

RGB 391946
HSL0.790.420.13
HSV284°59°18°
CMYK 0.150.590.00   0.82
XYZ1.56271.09432.7136
Yxy1.09430.29100.2038
Hunter Lab10.46098.3587-8.0575
CIE-Lab9.753516.1335-14.0170

#27132e color RGB value is (39,19,46).

#27132e hex color red value is 39, green value is 19 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #27132e hue: 0.79 , saturation: 0.42 and the lightness value of 27132e is 0.13.

The process color (four color CMYK) of #27132e color hex is 0.15, 0.59, 0.00, 0.82. Web safe color of #27132e is #330033. Color #27132e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00010011 00101110
Octal 47 23 56
Decimal 39 19 46
Hex 27 13 2E

RGB Percentages of Color #27132e

%37.50
%18.27
%44.23

CMYK Percentages of Color #27132e

%15
%59
%0
%82

Triadic Colors of #27132e

#27132e #2e2713 #132e27

Analogous Colors of #27132e

#27132e #2e1328 #1a132e

Monochromatic Colors of #27132e

#27132e

Complementary Color

#27132e #1a2e13

#27132e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27132e Color Preview on White Background

Lorem ipsum dolor sit amet.

#27132e Color CSS Codes

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

#27132e Text Font Color

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

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


#27132e Background Color

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

This div background color is #27132e


#27132e Border Color

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

This div border color is #27132e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,19,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #27132e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #27132e;
  -webkit-box-shadow: 1px 1px 3px 2px #27132e;
  box-shadow:         1px 1px 3px 2px #27132e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27132e


Comments

No comments written yet.

Please login to write comment.