Color Hex Logo

#271fab Color Hex

#271FAB
(39,31,171)
0 Favorites   0 Comments

Color spaces of #271fab

RGB 3931171
HSL0.680.690.40
HSV243°82°67°
CMYK 0.770.820.00   0.33
XYZ8.67744.351638.9107
Yxy4.35160.16710.0838
Hunter Lab20.860537.7453-95.9902
CIE-Lab24.801349.2728-71.5803

#271fab color RGB value is (39,31,171).

#271fab hex color red value is 39, green value is 31 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #271fab hue: 0.68 , saturation: 0.69 and the lightness value of 271fab is 0.40.

The process color (four color CMYK) of #271fab color hex is 0.77, 0.82, 0.00, 0.33. Web safe color of #271fab is #333399. Color #271fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00011111 10101011
Octal 47 37 253
Decimal 39 31 171
Hex 27 1F AB

RGB Percentages of Color #271fab

%16.18
%12.86
%70.95

CMYK Percentages of Color #271fab

%77
%82
%0
%33

Triadic Colors of #271fab

#271fab #ab271f #1fab27

Analogous Colors of #271fab

#271fab #6d1fab #1f5dab

Monochromatic Colors of #271fab

#271fab

Complementary Color

#271fab #a3ab1f

#271fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#271fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#271fab Color CSS Codes

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

#271fab Text Font Color

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

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


#271fab Background Color

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

This div background color is #271fab


#271fab Border Color

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

This div border color is #271fab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,31,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #271fab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #271fab;
  -webkit-box-shadow: 1px 1px 3px 2px #271fab;
  box-shadow:         1px 1px 3px 2px #271fab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #271fab


Comments

No comments written yet.

Please login to write comment.