Color Hex Logo

#272fbe Color Hex

#272FBE
(39,47,190)
0 Favorites   0 Comments

Color spaces of #272fbe

RGB 3947190
HSL0.660.660.45
HSV237°79°75°
CMYK 0.790.750.00   0.25
XYZ11.14756.182149.3209
Yxy6.18210.16730.0928
Hunter Lab24.863836.5174-100.2054
CIE-Lab29.867347.0425-74.5169

#272fbe color RGB value is (39,47,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 00101111 10111110
Octal 47 57 276
Decimal 39 47 190
Hex 27 2F BE

RGB Percentages of Color #272fbe

%14.13
%17.03
%68.84

CMYK Percentages of Color #272fbe

%79
%75
%0
%25

Triadic Colors of #272fbe

#272fbe #be272f #2fbe27

Analogous Colors of #272fbe

#272fbe #6b27be #277bbe

Monochromatic Colors of #272fbe

#272fbe

Complementary Color

#272fbe #beb627

#272fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#272fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#272fbe Color CSS Codes

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

#272fbe Text Font Color

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

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


#272fbe Background Color

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

This div background color is #272fbe


#272fbe Border Color

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

This div border color is #272fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #272fbe


Comments

No comments written yet.

Please login to write comment.