Color Hex Logo

#271aab Color Hex

#271AAB
(39,26,171)
1 Favorites   0 Comments

Color spaces of #271aab

RGB 3926171
HSL0.680.740.39
HSV245°85°67°
CMYK 0.770.850.00   0.33
XYZ8.55684.110438.8705
Yxy4.11040.16600.0798
Hunter Lab20.274139.8572-99.4817
CIE-Lab24.033151.5362-72.8559

#271aab color RGB value is (39,26,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 00011010 10101011
Octal 47 32 253
Decimal 39 26 171
Hex 27 1A AB

RGB Percentages of Color #271aab

%16.53
%11.02
%72.46

CMYK Percentages of Color #271aab

%77
%85
%0
%33

Triadic Colors of #271aab

#271aab #ab271a #1aab27

Analogous Colors of #271aab

#271aab #701aab #1a56ab

Monochromatic Colors of #271aab

#271aab

Complementary Color

#271aab #9eab1a

#271aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#271aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#271aab Color CSS Codes

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

#271aab Text Font Color

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

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


#271aab Background Color

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

This div background color is #271aab


#271aab Border Color

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

This div border color is #271aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #271aab


Comments

No comments written yet.

Please login to write comment.