Color Hex Logo

#27727d Color Hex

#27727D
(39,114,125)
0 Favorites   0 Comments

Color spaces of #27727d

RGB 39114125
HSL0.520.520.32
HSV188°69°49°
CMYK 0.690.090.00   0.51
XYZ10.555713.946621.5377
Yxy13.94660.22930.3029
Hunter Lab37.3451-14.9005-8.0521
CIE-Lab44.1563-18.9578-12.8138

#27727d color RGB value is (39,114,125).

#27727d hex color red value is 39, green value is 114 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #27727d hue: 0.52 , saturation: 0.52 and the lightness value of 27727d is 0.32.

The process color (four color CMYK) of #27727d color hex is 0.69, 0.09, 0.00, 0.51. Web safe color of #27727d is #336666. Color #27727d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01110010 01111101
Octal 47 162 175
Decimal 39 114 125
Hex 27 72 7D

RGB Percentages of Color #27727d

%14.03
%41.01
%44.96

CMYK Percentages of Color #27727d

%69
%9
%0
%51

Triadic Colors of #27727d

#27727d #7d2772 #727d27

Analogous Colors of #27727d

#27727d #27477d #277d5d

Monochromatic Colors of #27727d

#27727d

Complementary Color

#27727d #7d3227

#27727d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27727d Color Preview on White Background

Lorem ipsum dolor sit amet.

#27727d Color CSS Codes

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

#27727d Text Font Color

<p style="color:#27727d">Text here</p>

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


#27727d Background Color

<div style="background-color:#27727d">
Div content here</div>

This div background color is #27727d


#27727d Border Color

<div style="border:3px solid #27727d">
Div here</div>

This div border color is #27727d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,114,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #27727d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #27727d;
  -webkit-box-shadow: 1px 1px 3px 2px #27727d;
  box-shadow:         1px 1px 3px 2px #27727d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27727d


Comments

No comments written yet.

Please login to write comment.