Color Hex Logo

#272fbc Color Hex

#272FBC
(39,47,188)
0 Favorites   0 Comments

Color spaces of #272fbc

RGB 3947188
HSL0.660.660.45
HSV237°79°74°
CMYK 0.790.750.00   0.26
XYZ10.93036.095248.1774
Yxy6.09520.16760.0935
Hunter Lab24.688535.8223-98.4174
CIE-Lab29.651446.3732-73.6929

#272fbc color RGB value is (39,47,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 00101111 10111100
Octal 47 57 274
Decimal 39 47 188
Hex 27 2F BC

RGB Percentages of Color #272fbc

%14.23
%17.15
%68.61

CMYK Percentages of Color #272fbc

%79
%75
%0
%26

Triadic Colors of #272fbc

#272fbc #bc272f #2fbc27

Analogous Colors of #272fbc

#272fbc #6a27bc #277abc

Monochromatic Colors of #272fbc

#272fbc

Complementary Color

#272fbc #bcb427

#272fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#272fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#272fbc Color CSS Codes

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

#272fbc Text Font Color

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

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


#272fbc Background Color

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

This div background color is #272fbc


#272fbc Border Color

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

This div border color is #272fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #272fbc


Comments

No comments written yet.

Please login to write comment.