Color Hex Logo

#272379 Color Hex

#272379
(39,35,121)
0 Favorites   0 Comments

Color spaces of #272379

RGB 3935121
HSL0.670.550.31
HSV243°71°47°
CMYK 0.680.710.00   0.53
XYZ4.88893.013918.4132
Yxy3.01390.18580.1145
Hunter Lab17.360619.8862-50.7325
CIE-Lab20.099530.3480-48.3590

#272379 color RGB value is (39,35,121).

#272379 hex color red value is 39, green value is 35 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #272379 hue: 0.67 , saturation: 0.55 and the lightness value of 272379 is 0.31.

The process color (four color CMYK) of #272379 color hex is 0.68, 0.71, 0.00, 0.53. Web safe color of #272379 is #333366. Color #272379 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00100011 01111001
Octal 47 43 171
Decimal 39 35 121
Hex 27 23 79

RGB Percentages of Color #272379

%20.00
%17.95
%62.05

CMYK Percentages of Color #272379

%68
%71
%0
%53

Triadic Colors of #272379

#272379 #792723 #237927

Analogous Colors of #272379

#272379 #522379 #234a79

Monochromatic Colors of #272379

#272379

Complementary Color

#272379 #757923

#272379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#272379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#272379 Color CSS Codes

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

#272379 Text Font Color

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

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


#272379 Background Color

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

This div background color is #272379


#272379 Border Color

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

This div border color is #272379


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,35,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #272379; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #272379;
  -webkit-box-shadow: 1px 1px 3px 2px #272379;
  box-shadow:         1px 1px 3px 2px #272379; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #272379


Comments

No comments written yet.

Please login to write comment.