Color Hex Logo

#271241 Color Hex

#271241
(39,18,65)
0 Favorites   0 Comments

Color spaces of #271241

RGB 391865
HSL0.740.570.16
HSV267°72°25°
CMYK 0.400.720.00   0.75
XYZ2.00711.24565.1357
Yxy1.24560.23930.1485
Hunter Lab11.160612.5698-19.4705
CIE-Lab10.889622.2983-25.9006

#271241 color RGB value is (39,18,65).

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

The process color (four color CMYK) of #271241 color hex is 0.40, 0.72, 0.00, 0.75. Web safe color of #271241 is #330033. Color #271241 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00010010 01000001
Octal 47 22 101
Decimal 39 18 65
Hex 27 12 41

RGB Percentages of Color #271241

%31.97
%14.75
%53.28

CMYK Percentages of Color #271241

%40
%72
%0
%75

Triadic Colors of #271241

#271241 #412712 #124127

Analogous Colors of #271241

#271241 #3f1241 #121541

Monochromatic Colors of #271241

#271241

Complementary Color

#271241 #2c4112

#271241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#271241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#271241 Color CSS Codes

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

#271241 Text Font Color

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

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


#271241 Background Color

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

This div background color is #271241


#271241 Border Color

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

This div border color is #271241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #271241


Comments

No comments written yet.

Please login to write comment.