Color Hex Logo

#27424e Color Hex

#27424E
(39,66,78)
0 Favorites   0 Comments

Color spaces of #27424e

RGB 396678
HSL0.550.330.23
HSV198°50°31°
CMYK 0.500.150.00   0.69
XYZ4.16014.87787.9300
Yxy4.87780.24520.2875
Hunter Lab22.0857-5.0275-5.8284
CIE-Lab26.3837-6.4808-10.4466

#27424e color RGB value is (39,66,78).

#27424e hex color red value is 39, green value is 66 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #27424e hue: 0.55 , saturation: 0.33 and the lightness value of 27424e is 0.23.

The process color (four color CMYK) of #27424e color hex is 0.50, 0.15, 0.00, 0.69. Web safe color of #27424e is #333366. Color #27424e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01000010 01001110
Octal 47 102 116
Decimal 39 66 78
Hex 27 42 4E

RGB Percentages of Color #27424e

%21.31
%36.07
%42.62

CMYK Percentages of Color #27424e

%50
%15
%0
%69

Triadic Colors of #27424e

#27424e #4e2742 #424e27

Analogous Colors of #27424e

#27424e #272f4e #274e47

Monochromatic Colors of #27424e

#27424e

Complementary Color

#27424e #4e3327

#27424e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27424e Color Preview on White Background

Lorem ipsum dolor sit amet.

#27424e Color CSS Codes

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

#27424e Text Font Color

<p style="color:#27424e">Text here</p>

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


#27424e Background Color

<div style="background-color:#27424e">
Div content here</div>

This div background color is #27424e


#27424e Border Color

<div style="border:3px solid #27424e">
Div here</div>

This div border color is #27424e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,66,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #27424e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #27424e;
  -webkit-box-shadow: 1px 1px 3px 2px #27424e;
  box-shadow:         1px 1px 3px 2px #27424e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27424e


Comments

No comments written yet.

Please login to write comment.