Color Hex Logo

#272aaa Color Hex

#272AAA
(39,42,170)
0 Favorites   0 Comments

Color spaces of #272aaa

RGB 3942170
HSL0.660.630.41
HSV239°77°67°
CMYK 0.770.750.00   0.33
XYZ8.92044.989538.5231
Yxy4.98950.17010.0952
Hunter Lab22.337232.1942-86.6165
CIE-Lab26.704843.1503-67.8256

#272aaa color RGB value is (39,42,170).

#272aaa hex color red value is 39, green value is 42 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #272aaa hue: 0.66 , saturation: 0.63 and the lightness value of 272aaa is 0.41.

The process color (four color CMYK) of #272aaa color hex is 0.77, 0.75, 0.00, 0.33. Web safe color of #272aaa is #333399. Color #272aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00101010 10101010
Octal 47 52 252
Decimal 39 42 170
Hex 27 2A AA

RGB Percentages of Color #272aaa

%15.54
%16.73
%67.73

CMYK Percentages of Color #272aaa

%77
%75
%0
%33

Triadic Colors of #272aaa

#272aaa #aa272a #2aaa27

Analogous Colors of #272aaa

#272aaa #6627aa #276caa

Monochromatic Colors of #272aaa

#272aaa

Complementary Color

#272aaa #aaa727

#272aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#272aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#272aaa Color CSS Codes

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

#272aaa Text Font Color

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

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


#272aaa Background Color

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

This div background color is #272aaa


#272aaa Border Color

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

This div border color is #272aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,42,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #272aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #272aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #272aaa;
  box-shadow:         1px 1px 3px 2px #272aaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #272aaa


Comments

No comments written yet.

Please login to write comment.