Color Hex Logo

#27757f Color Hex

#27757F
(39,117,127)
0 Favorites   0 Comments

Color spaces of #27757f

RGB 39117127
HSL0.520.530.33
HSV187°69°50°
CMYK 0.690.080.00   0.50
XYZ11.028814.686222.3321
Yxy14.68620.22950.3057
Hunter Lab38.3226-15.6943-7.7249
CIE-Lab45.2014-19.9244-12.4273

#27757f color RGB value is (39,117,127).

#27757f hex color red value is 39, green value is 117 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #27757f hue: 0.52 , saturation: 0.53 and the lightness value of 27757f is 0.33.

The process color (four color CMYK) of #27757f color hex is 0.69, 0.08, 0.00, 0.50. Web safe color of #27757f is #336666. Color #27757f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01110101 01111111
Octal 47 165 177
Decimal 39 117 127
Hex 27 75 7F

RGB Percentages of Color #27757f

%13.78
%41.34
%44.88

CMYK Percentages of Color #27757f

%69
%8
%0
%50

Triadic Colors of #27757f

#27757f #7f2775 #757f27

Analogous Colors of #27757f

#27757f #27497f #277f5d

Monochromatic Colors of #27757f

#27757f

Complementary Color

#27757f #7f3127

#27757f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27757f Color Preview on White Background

Lorem ipsum dolor sit amet.

#27757f Color CSS Codes

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

#27757f Text Font Color

<p style="color:#27757f">Text here</p>

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


#27757f Background Color

<div style="background-color:#27757f">
Div content here</div>

This div background color is #27757f


#27757f Border Color

<div style="border:3px solid #27757f">
Div here</div>

This div border color is #27757f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,117,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #27757f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #27757f;
  -webkit-box-shadow: 1px 1px 3px 2px #27757f;
  box-shadow:         1px 1px 3px 2px #27757f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27757f


Comments

No comments written yet.

Please login to write comment.