Color Hex Logo

#27427f Color Hex

#27427F
(39,66,127)
0 Favorites   0 Comments

Color spaces of #27427f

RGB 3966127
HSL0.620.530.33
HSV222°69°50°
CMYK 0.690.480.00   0.50
XYZ6.61575.860120.8611
Yxy5.86010.19840.1758
Hunter Lab24.20766.4188-34.1482
CIE-Lab29.056711.4654-37.6141

#27427f color RGB value is (39,66,127).

#27427f hex color red value is 39, green value is 66 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #27427f hue: 0.62 , saturation: 0.53 and the lightness value of 27427f is 0.33.

The process color (four color CMYK) of #27427f color hex is 0.69, 0.48, 0.00, 0.50. Web safe color of #27427f is #333366. Color #27427f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01000010 01111111
Octal 47 102 177
Decimal 39 66 127
Hex 27 42 7F

RGB Percentages of Color #27427f

%16.81
%28.45
%54.74

CMYK Percentages of Color #27427f

%69
%48
%0
%50

Triadic Colors of #27427f

#27427f #7f2742 #427f27

Analogous Colors of #27427f

#27427f #38277f #276e7f

Monochromatic Colors of #27427f

#27427f

Complementary Color

#27427f #7f6427

#27427f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27427f Color Preview on White Background

Lorem ipsum dolor sit amet.

#27427f Color CSS Codes

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

#27427f Text Font Color

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

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


#27427f Background Color

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

This div background color is #27427f


#27427f Border Color

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

This div border color is #27427f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27427f


Comments

No comments written yet.

Please login to write comment.