Color Hex Logo

#272884 Color Hex

#272884
(39,40,132)
0 Favorites   0 Comments

Color spaces of #272884

RGB 3940132
HSL0.660.540.34
HSV239°70°52°
CMYK 0.700.700.00   0.48
XYZ5.76043.614922.2239
Yxy3.61490.18230.1144
Hunter Lab19.012920.8082-55.9942
CIE-Lab22.355131.0761-51.6266

#272884 color RGB value is (39,40,132).

#272884 hex color red value is 39, green value is 40 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #272884 hue: 0.66 , saturation: 0.54 and the lightness value of 272884 is 0.34.

The process color (four color CMYK) of #272884 color hex is 0.70, 0.70, 0.00, 0.48. Web safe color of #272884 is #333399. Color #272884 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00101000 10000100
Octal 47 50 204
Decimal 39 40 132
Hex 27 28 84

RGB Percentages of Color #272884

%18.48
%18.96
%62.56

CMYK Percentages of Color #272884

%70
%70
%0
%48

Triadic Colors of #272884

#272884 #842728 #288427

Analogous Colors of #272884

#272884 #542784 #275784

Monochromatic Colors of #272884

#272884

Complementary Color

#272884 #848327

#272884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#272884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#272884 Color CSS Codes

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

#272884 Text Font Color

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

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


#272884 Background Color

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

This div background color is #272884


#272884 Border Color

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

This div border color is #272884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #272884


Comments

No comments written yet.

Please login to write comment.