Color Hex Logo

#27379f Color Hex

#27379F
(39,55,159)
0 Favorites   0 Comments

Color spaces of #27379f

RGB 3955159
HSL0.640.610.39
HSV232°75°62°
CMYK 0.750.650.00   0.38
XYZ8.46095.666933.4488
Yxy5.66690.17780.1191
Hunter Lab23.805321.7836-66.6448
CIE-Lab28.556031.2005-58.1284

#27379f color RGB value is (39,55,159).

#27379f hex color red value is 39, green value is 55 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #27379f hue: 0.64 , saturation: 0.61 and the lightness value of 27379f is 0.39.

The process color (four color CMYK) of #27379f color hex is 0.75, 0.65, 0.00, 0.38. Web safe color of #27379f is #333399. Color #27379f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00110111 10011111
Octal 47 67 237
Decimal 39 55 159
Hex 27 37 9F

RGB Percentages of Color #27379f

%15.42
%21.74
%62.85

CMYK Percentages of Color #27379f

%75
%65
%0
%38

Triadic Colors of #27379f

#27379f #9f2737 #379f27

Analogous Colors of #27379f

#27379f #53279f #27739f

Monochromatic Colors of #27379f

#27379f

Complementary Color

#27379f #9f8f27

#27379f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27379f Color Preview on White Background

Lorem ipsum dolor sit amet.

#27379f Color CSS Codes

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

#27379f Text Font Color

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

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


#27379f Background Color

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

This div background color is #27379f


#27379f Border Color

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

This div border color is #27379f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27379f


Comments

No comments written yet.

Please login to write comment.