Color Hex Logo

#27272a Color Hex

#27272A
(39,39,42)
0 Favorites   0 Comments

Color spaces of #27272a

RGB 393942
HSL0.670.040.16
HSV240°16°
CMYK 0.070.070.00   0.84
XYZ1.98012.04952.4817
Yxy2.04950.30410.3148
Hunter Lab14.3161-0.3643-0.2567
CIE-Lab15.74490.7478-1.9731

#27272a color RGB value is (39,39,42).

#27272a hex color red value is 39, green value is 39 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #27272a hue: 0.67 , saturation: 0.04 and the lightness value of 27272a is 0.16.

The process color (four color CMYK) of #27272a color hex is 0.07, 0.07, 0.00, 0.84. Web safe color of #27272a is #333333. Color #27272a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00100111 00101010
Octal 47 47 52
Decimal 39 39 42
Hex 27 27 2A

RGB Percentages of Color #27272a

%32.50
%32.50
%35.00

CMYK Percentages of Color #27272a

%7
%7
%0
%84

Triadic Colors of #27272a

#27272a #2a2727 #272a27

Analogous Colors of #27272a

#27272a #29272a #27292a

Monochromatic Colors of #27272a

#27272a

Complementary Color

#27272a #2a2a27

#27272a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27272a Color Preview on White Background

Lorem ipsum dolor sit amet.

#27272a Color CSS Codes

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

#27272a Text Font Color

<p style="color:#27272a">Text here</p>

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


#27272a Background Color

<div style="background-color:#27272a">
Div content here</div>

This div background color is #27272a


#27272a Border Color

<div style="border:3px solid #27272a">
Div here</div>

This div border color is #27272a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,39,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #27272a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #27272a;
  -webkit-box-shadow: 1px 1px 3px 2px #27272a;
  box-shadow:         1px 1px 3px 2px #27272a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27272a


Comments

No comments written yet.

Please login to write comment.