Color Hex Logo

#27426c Color Hex

#27426C
(39,66,108)
0 Favorites   0 Comments

Color spaces of #27426c

RGB 3966108
HSL0.600.470.29
HSV217°64°42°
CMYK 0.640.390.00   0.58
XYZ5.49175.410514.9422
Yxy5.41050.21250.2093
Hunter Lab23.26051.4372-21.8047
CIE-Lab27.87374.1869-27.5166

#27426c color RGB value is (39,66,108).

#27426c hex color red value is 39, green value is 66 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #27426c hue: 0.60 , saturation: 0.47 and the lightness value of 27426c is 0.29.

The process color (four color CMYK) of #27426c color hex is 0.64, 0.39, 0.00, 0.58. Web safe color of #27426c is #333366. Color #27426c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01000010 01101100
Octal 47 102 154
Decimal 39 66 108
Hex 27 42 6C

RGB Percentages of Color #27426c

%18.31
%30.99
%50.70

CMYK Percentages of Color #27426c

%64
%39
%0
%58

Triadic Colors of #27426c

#27426c #6c2742 #426c27

Analogous Colors of #27426c

#27426c #2e276c #27656c

Monochromatic Colors of #27426c

#27426c

Complementary Color

#27426c #6c5127

#27426c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27426c Color Preview on White Background

Lorem ipsum dolor sit amet.

#27426c Color CSS Codes

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

#27426c Text Font Color

<p style="color:#27426c">Text here</p>

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


#27426c Background Color

<div style="background-color:#27426c">
Div content here</div>

This div background color is #27426c


#27426c Border Color

<div style="border:3px solid #27426c">
Div here</div>

This div border color is #27426c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27426c


Comments

No comments written yet.

Please login to write comment.