Color Hex Logo

#272f6b Color Hex

#272F6B
(39,47,107)
0 Favorites   0 Comments

Color spaces of #272f6b

RGB 3947107
HSL0.650.470.29
HSV233°64°42°
CMYK 0.640.560.00   0.58
XYZ4.50713.525914.3529
Yxy3.52590.20130.1575
Hunter Lab18.77749.9846-32.1754
CIE-Lab22.037717.0211-36.2041

#272f6b color RGB value is (39,47,107).

#272f6b hex color red value is 39, green value is 47 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #272f6b hue: 0.65 , saturation: 0.47 and the lightness value of 272f6b is 0.29.

The process color (four color CMYK) of #272f6b color hex is 0.64, 0.56, 0.00, 0.58. Web safe color of #272f6b is #333366. Color #272f6b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00101111 01101011
Octal 47 57 153
Decimal 39 47 107
Hex 27 2F 6B

RGB Percentages of Color #272f6b

%20.21
%24.35
%55.44

CMYK Percentages of Color #272f6b

%64
%56
%0
%58

Triadic Colors of #272f6b

#272f6b #6b272f #2f6b27

Analogous Colors of #272f6b

#272f6b #41276b #27516b

Monochromatic Colors of #272f6b

#272f6b

Complementary Color

#272f6b #6b6327

#272f6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#272f6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#272f6b Color CSS Codes

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

#272f6b Text Font Color

<p style="color:#272f6b">Text here</p>

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


#272f6b Background Color

<div style="background-color:#272f6b">
Div content here</div>

This div background color is #272f6b


#272f6b Border Color

<div style="border:3px solid #272f6b">
Div here</div>

This div border color is #272f6b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,47,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #272f6b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #272f6b;
  -webkit-box-shadow: 1px 1px 3px 2px #272f6b;
  box-shadow:         1px 1px 3px 2px #272f6b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #272f6b


Comments

No comments written yet.

Please login to write comment.