Color Hex Logo

#271b6d Color Hex

#271B6D
(39,27,109)
0 Favorites   0 Comments

Color spaces of #271b6d

RGB 3927109
HSL0.690.600.27
HSV249°75°43°
CMYK 0.640.750.00   0.57
XYZ3.98902.319314.7054
Yxy2.31930.18980.1104
Hunter Lab15.229220.1034-46.5901
CIE-Lab17.080931.1682-45.5770

#271b6d color RGB value is (39,27,109).

#271b6d hex color red value is 39, green value is 27 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #271b6d hue: 0.69 , saturation: 0.60 and the lightness value of 271b6d is 0.27.

The process color (four color CMYK) of #271b6d color hex is 0.64, 0.75, 0.00, 0.57. Web safe color of #271b6d is #333366. Color #271b6d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00011011 01101101
Octal 47 33 155
Decimal 39 27 109
Hex 27 1B 6D

RGB Percentages of Color #271b6d

%22.29
%15.43
%62.29

CMYK Percentages of Color #271b6d

%64
%75
%0
%57

Triadic Colors of #271b6d

#271b6d #6d271b #1b6d27

Analogous Colors of #271b6d

#271b6d #501b6d #1b386d

Monochromatic Colors of #271b6d

#271b6d

Complementary Color

#271b6d #616d1b

#271b6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#271b6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#271b6d Color CSS Codes

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

#271b6d Text Font Color

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

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


#271b6d Background Color

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

This div background color is #271b6d


#271b6d Border Color

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

This div border color is #271b6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #271b6d


Comments

No comments written yet.

Please login to write comment.