Color Hex Logo

#2f398c Color Hex

#2F398C
(47,57,140)
0 Favorites   0 Comments

Color spaces of #2f398c

RGB 4757140
HSL0.650.500.37
HSV234°66°55°
CMYK 0.660.590.00   0.45
XYZ7.36905.424025.4695
Yxy5.42400.19260.1418
Hunter Lab23.289515.7224-48.5372
CIE-Lab27.910123.9353-47.5230

#2f398c color RGB value is (47,57,140).

#2f398c hex color red value is 47, green value is 57 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #2f398c hue: 0.65 , saturation: 0.50 and the lightness value of 2f398c is 0.37.

The process color (four color CMYK) of #2f398c color hex is 0.66, 0.59, 0.00, 0.45. Web safe color of #2f398c is #333399. Color #2f398c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00111001 10001100
Octal 57 71 214
Decimal 47 57 140
Hex 2F 39 8C

RGB Percentages of Color #2f398c

%19.26
%23.36
%57.38

CMYK Percentages of Color #2f398c

%66
%59
%0
%45

Triadic Colors of #2f398c

#2f398c #8c2f39 #398c2f

Analogous Colors of #2f398c

#2f398c #532f8c #2f688c

Monochromatic Colors of #2f398c

#2f398c

Complementary Color

#2f398c #8c822f

#2f398c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f398c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f398c Color CSS Codes

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

#2f398c Text Font Color

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

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


#2f398c Background Color

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

This div background color is #2f398c


#2f398c Border Color

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

This div border color is #2f398c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f398c


Comments

No comments written yet.

Please login to write comment.