Color Hex Logo

#271140 Color Hex

#271140
(39,17,64)
0 Favorites   0 Comments

Color spaces of #271140

RGB 391764
HSL0.740.580.16
HSV268°73°25°
CMYK 0.390.730.00   0.75
XYZ1.96261.20244.9791
Yxy1.20240.24100.1476
Hunter Lab10.965412.7587-19.2463
CIE-Lab10.575122.6250-25.7008

#271140 color RGB value is (39,17,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 00010001 01000000
Octal 47 21 100
Decimal 39 17 64
Hex 27 11 40

RGB Percentages of Color #271140

%32.50
%14.17
%53.33

CMYK Percentages of Color #271140

%39
%73
%0
%75

Triadic Colors of #271140

#271140 #402711 #114027

Analogous Colors of #271140

#271140 #3f1140 #111340

Monochromatic Colors of #271140

#271140

Complementary Color

#271140 #2a4011

#271140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#271140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#271140 Color CSS Codes

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

#271140 Text Font Color

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

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


#271140 Background Color

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

This div background color is #271140


#271140 Border Color

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

This div border color is #271140


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,17,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 #271140">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #271140


Comments

No comments written yet.

Please login to write comment.