Color Hex Logo

#2f267e Color Hex

#2F267E
(47,38,126)
0 Favorites   0 Comments

Color spaces of #2f267e

RGB 4738126
HSL0.680.540.32
HSV246°70°49°
CMYK 0.630.700.00   0.51
XYZ5.63133.496920.1168
Yxy3.49690.19260.1196
Hunter Lab18.700021.0283-50.6921
CIE-Lab21.933231.4166-48.5083

#2f267e color RGB value is (47,38,126).

#2f267e hex color red value is 47, green value is 38 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #2f267e hue: 0.68 , saturation: 0.54 and the lightness value of 2f267e is 0.32.

The process color (four color CMYK) of #2f267e color hex is 0.63, 0.70, 0.00, 0.51. Web safe color of #2f267e is #333366. Color #2f267e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00100110 01111110
Octal 57 46 176
Decimal 47 38 126
Hex 2F 26 7E

RGB Percentages of Color #2f267e

%22.27
%18.01
%59.72

CMYK Percentages of Color #2f267e

%63
%70
%0
%51

Triadic Colors of #2f267e

#2f267e #7e2f26 #267e2f

Analogous Colors of #2f267e

#2f267e #5b267e #26497e

Monochromatic Colors of #2f267e

#2f267e

Complementary Color

#2f267e #757e26

#2f267e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f267e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f267e Color CSS Codes

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

#2f267e Text Font Color

<p style="color:#2f267e">Text here</p>

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


#2f267e Background Color

<div style="background-color:#2f267e">
Div content here</div>

This div background color is #2f267e


#2f267e Border Color

<div style="border:3px solid #2f267e">
Div here</div>

This div border color is #2f267e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(47,38,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2f267e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2f267e;
  -webkit-box-shadow: 1px 1px 3px 2px #2f267e;
  box-shadow:         1px 1px 3px 2px #2f267e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f267e


Comments

No comments written yet.

Please login to write comment.