Color Hex Logo

#272fab Color Hex

#272FAB
(39,47,171)
0 Favorites   0 Comments

Color spaces of #272fab

RGB 3947171
HSL0.660.630.41
HSV236°77°67°
CMYK 0.770.730.00   0.33
XYZ9.20395.404639.0862
Yxy5.40460.17140.1007
Hunter Lab23.247829.9853-83.4100
CIE-Lab27.857740.5631-66.5238

#272fab color RGB value is (39,47,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 00101111 10101011
Octal 47 57 253
Decimal 39 47 171
Hex 27 2F AB

RGB Percentages of Color #272fab

%15.18
%18.29
%66.54

CMYK Percentages of Color #272fab

%77
%73
%0
%33

Triadic Colors of #272fab

#272fab #ab272f #2fab27

Analogous Colors of #272fab

#272fab #6127ab #2771ab

Monochromatic Colors of #272fab

#272fab

Complementary Color

#272fab #aba327

#272fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#272fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#272fab Color CSS Codes

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

#272fab Text Font Color

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

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


#272fab Background Color

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

This div background color is #272fab


#272fab Border Color

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

This div border color is #272fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #272fab


Comments

No comments written yet.

Please login to write comment.