Color Hex Logo

#27325e Color Hex

#27325E
(39,50,94)
0 Favorites   0 Comments

Color spaces of #27325e

RGB 395094
HSL0.630.410.26
HSV228°59°37°
CMYK 0.590.470.00   0.63
XYZ3.99773.520711.0585
Yxy3.52070.21520.1895
Hunter Lab18.76355.1945-21.8088
CIE-Lab22.019010.0093-27.7629

#27325e color RGB value is (39,50,94).

#27325e hex color red value is 39, green value is 50 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #27325e hue: 0.63 , saturation: 0.41 and the lightness value of 27325e is 0.26.

The process color (four color CMYK) of #27325e color hex is 0.59, 0.47, 0.00, 0.63. Web safe color of #27325e is #333366. Color #27325e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00110010 01011110
Octal 47 62 136
Decimal 39 50 94
Hex 27 32 5E

RGB Percentages of Color #27325e

%21.31
%27.32
%51.37

CMYK Percentages of Color #27325e

%59
%47
%0
%63

Triadic Colors of #27325e

#27325e #5e2732 #325e27

Analogous Colors of #27325e

#27325e #38275e #274e5e

Monochromatic Colors of #27325e

#27325e

Complementary Color

#27325e #5e5327

#27325e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27325e Color Preview on White Background

Lorem ipsum dolor sit amet.

#27325e Color CSS Codes

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

#27325e Text Font Color

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

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


#27325e Background Color

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

This div background color is #27325e


#27325e Border Color

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

This div border color is #27325e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27325e


Comments

No comments written yet.

Please login to write comment.