Color Hex Logo

#27426f Color Hex

#27426F
(39,66,111)
0 Favorites   0 Comments

Color spaces of #27426f

RGB 3966111
HSL0.600.480.29
HSV218°65°44°
CMYK 0.650.410.00   0.56
XYZ5.65425.475515.7978
Yxy5.47550.21000.2033
Hunter Lab23.39982.1822-23.6484
CIE-Lab28.04865.3207-29.1475

#27426f color RGB value is (39,66,111).

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

The process color (four color CMYK) of #27426f color hex is 0.65, 0.41, 0.00, 0.56. Web safe color of #27426f is #333366. Color #27426f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01000010 01101111
Octal 47 102 157
Decimal 39 66 111
Hex 27 42 6F

RGB Percentages of Color #27426f

%18.06
%30.56
%51.39

CMYK Percentages of Color #27426f

%65
%41
%0
%56

Triadic Colors of #27426f

#27426f #6f2742 #426f27

Analogous Colors of #27426f

#27426f #30276f #27666f

Monochromatic Colors of #27426f

#27426f

Complementary Color

#27426f #6f5427

#27426f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27426f Color Preview on White Background

Lorem ipsum dolor sit amet.

#27426f Color CSS Codes

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

#27426f Text Font Color

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

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


#27426f Background Color

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

This div background color is #27426f


#27426f Border Color

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

This div border color is #27426f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27426f


Comments

No comments written yet.

Please login to write comment.