Color Hex Logo

#272fba Color Hex

#272FBA
(39,47,186)
0 Favorites   0 Comments

Color spaces of #272fba

RGB 3947186
HSL0.660.650.44
HSV237°79°73°
CMYK 0.790.750.00   0.27
XYZ10.71616.009547.0495
Yxy6.00950.16800.0942
Hunter Lab24.514335.1290-96.6335
CIE-Lab29.436445.7010-72.8648

#272fba color RGB value is (39,47,186).

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

The process color (four color CMYK) of #272fba color hex is 0.79, 0.75, 0.00, 0.27. Web safe color of #272fba is #3333cc. Color #272fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00101111 10111010
Octal 47 57 272
Decimal 39 47 186
Hex 27 2F BA

RGB Percentages of Color #272fba

%14.34
%17.28
%68.38

CMYK Percentages of Color #272fba

%79
%75
%0
%27

Triadic Colors of #272fba

#272fba #ba272f #2fba27

Analogous Colors of #272fba

#272fba #6927ba #2779ba

Monochromatic Colors of #272fba

#272fba

Complementary Color

#272fba #bab227

#272fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#272fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#272fba Color CSS Codes

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

#272fba Text Font Color

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

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


#272fba Background Color

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

This div background color is #272fba


#272fba Border Color

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

This div border color is #272fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #272fba


Comments

No comments written yet.

Please login to write comment.