Color Hex Logo

#27848b Color Hex

#27848B
(39,132,139)
0 Favorites   0 Comments

Color spaces of #27848b

RGB 39132139
HSL0.510.560.35
HSV184°72°55°
CMYK 0.720.050.00   0.45
XYZ13.748218.797927.3299
Yxy18.79790.22960.3139
Hunter Lab43.3565-19.2723-7.0240
CIE-Lab50.4499-23.9564-11.5915

#27848b color RGB value is (39,132,139).

#27848b hex color red value is 39, green value is 132 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #27848b hue: 0.51 , saturation: 0.56 and the lightness value of 27848b is 0.35.

The process color (four color CMYK) of #27848b color hex is 0.72, 0.05, 0.00, 0.45. Web safe color of #27848b is #339999. Color #27848b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 10000100 10001011
Octal 47 204 213
Decimal 39 132 139
Hex 27 84 8B

RGB Percentages of Color #27848b

%12.58
%42.58
%44.84

CMYK Percentages of Color #27848b

%72
%5
%0
%45

Triadic Colors of #27848b

#27848b #8b2784 #848b27

Analogous Colors of #27848b

#27848b #27528b #278b60

Monochromatic Colors of #27848b

#27848b

Complementary Color

#27848b #8b2e27

#27848b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27848b Color Preview on White Background

Lorem ipsum dolor sit amet.

#27848b Color CSS Codes

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

#27848b Text Font Color

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

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


#27848b Background Color

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

This div background color is #27848b


#27848b Border Color

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

This div border color is #27848b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27848b


Comments

No comments written yet.

Please login to write comment.