Color Hex Logo

#2f3bab Color Hex

#2F3BAB
(47,59,171)
0 Favorites   0 Comments

Color spaces of #2f3bab

RGB 4759171
HSL0.650.570.43
HSV234°73°67°
CMYK 0.730.650.00   0.33
XYZ10.08696.672539.2844
Yxy6.67250.18000.1191
Hunter Lab25.831224.4985-72.0872
CIE-Lab31.049433.9253-61.2607

#2f3bab color RGB value is (47,59,171).

#2f3bab hex color red value is 47, green value is 59 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #2f3bab hue: 0.65 , saturation: 0.57 and the lightness value of 2f3bab is 0.43.

The process color (four color CMYK) of #2f3bab color hex is 0.73, 0.65, 0.00, 0.33. Web safe color of #2f3bab is #333399. Color #2f3bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00111011 10101011
Octal 57 73 253
Decimal 47 59 171
Hex 2F 3B AB

RGB Percentages of Color #2f3bab

%16.97
%21.30
%61.73

CMYK Percentages of Color #2f3bab

%73
%65
%0
%33

Triadic Colors of #2f3bab

#2f3bab #ab2f3b #3bab2f

Analogous Colors of #2f3bab

#2f3bab #612fab #2f79ab

Monochromatic Colors of #2f3bab

#2f3bab

Complementary Color

#2f3bab #ab9f2f

#2f3bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f3bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f3bab Color CSS Codes

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

#2f3bab Text Font Color

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

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


#2f3bab Background Color

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

This div background color is #2f3bab


#2f3bab Border Color

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

This div border color is #2f3bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f3bab


Comments

No comments written yet.

Please login to write comment.