Color Hex Logo

#27128b Color Hex

#27128B
(39,18,139)
0 Favorites   0 Comments

Color spaces of #27128b

RGB 3918139
HSL0.700.770.31
HSV250°87°55°
CMYK 0.720.870.00   0.45
XYZ5.71322.728024.6515
Yxy2.72800.17260.0824
Hunter Lab16.516732.8399-76.9301
CIE-Lab18.919945.3453-61.6898

#27128b color RGB value is (39,18,139).

#27128b hex color red value is 39, green value is 18 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #27128b hue: 0.70 , saturation: 0.77 and the lightness value of 27128b is 0.31.

The process color (four color CMYK) of #27128b color hex is 0.72, 0.87, 0.00, 0.45. Web safe color of #27128b is #330099. Color #27128b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00010010 10001011
Octal 47 22 213
Decimal 39 18 139
Hex 27 12 8B

RGB Percentages of Color #27128b

%19.90
%9.18
%70.92

CMYK Percentages of Color #27128b

%72
%87
%0
%45

Triadic Colors of #27128b

#27128b #8b2712 #128b27

Analogous Colors of #27128b

#27128b #63128b #123a8b

Monochromatic Colors of #27128b

#27128b

Complementary Color

#27128b #768b12

#27128b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27128b Color Preview on White Background

Lorem ipsum dolor sit amet.

#27128b Color CSS Codes

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

#27128b Text Font Color

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

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


#27128b Background Color

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

This div background color is #27128b


#27128b Border Color

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

This div border color is #27128b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27128b


Comments

No comments written yet.

Please login to write comment.