Color Hex Logo

#271340 Color Hex

#271340
(39,19,64)
0 Favorites   0 Comments

Color spaces of #271340

RGB 391964
HSL0.740.540.16
HSV267°70°25°
CMYK 0.390.700.00   0.75
XYZ1.99501.26724.9899
Yxy1.26720.24180.1536
Hunter Lab11.257011.9346-18.4016
CIE-Lab11.044121.3539-24.9438

#271340 color RGB value is (39,19,64).

#271340 hex color red value is 39, green value is 19 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #271340 hue: 0.74 , saturation: 0.54 and the lightness value of 271340 is 0.16.

The process color (four color CMYK) of #271340 color hex is 0.39, 0.70, 0.00, 0.75. Web safe color of #271340 is #330033. Color #271340 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00010011 01000000
Octal 47 23 100
Decimal 39 19 64
Hex 27 13 40

RGB Percentages of Color #271340

%31.97
%15.57
%52.46

CMYK Percentages of Color #271340

%39
%70
%0
%75

Triadic Colors of #271340

#271340 #402713 #134027

Analogous Colors of #271340

#271340 #3d1340 #131640

Monochromatic Colors of #271340

#271340

Complementary Color

#271340 #2c4013

#271340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#271340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#271340 Color CSS Codes

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

#271340 Text Font Color

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

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


#271340 Background Color

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

This div background color is #271340


#271340 Border Color

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

This div border color is #271340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #271340


Comments

No comments written yet.

Please login to write comment.