Color Hex Logo

#2f509b Color Hex

#2F509B
(47,80,155)
0 Favorites   0 Comments

Color spaces of #2f509b

RGB 4780155
HSL0.620.530.40
HSV222°70°61°
CMYK 0.700.480.00   0.39
XYZ9.95738.708232.1664
Yxy8.70820.19590.1713
Hunter Lab29.50978.5885-43.9711
CIE-Lab35.416314.0843-44.5532

#2f509b color RGB value is (47,80,155).

#2f509b hex color red value is 47, green value is 80 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #2f509b hue: 0.62 , saturation: 0.53 and the lightness value of 2f509b is 0.40.

The process color (four color CMYK) of #2f509b color hex is 0.70, 0.48, 0.00, 0.39. Web safe color of #2f509b is #336699. Color #2f509b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01010000 10011011
Octal 57 120 233
Decimal 47 80 155
Hex 2F 50 9B

RGB Percentages of Color #2f509b

%16.67
%28.37
%54.96

CMYK Percentages of Color #2f509b

%70
%48
%0
%39

Triadic Colors of #2f509b

#2f509b #9b2f50 #509b2f

Analogous Colors of #2f509b

#2f509b #442f9b #2f869b

Monochromatic Colors of #2f509b

#2f509b

Complementary Color

#2f509b #9b7a2f

#2f509b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f509b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f509b Color CSS Codes

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

#2f509b Text Font Color

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

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


#2f509b Background Color

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

This div background color is #2f509b


#2f509b Border Color

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

This div border color is #2f509b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f509b


Comments

No comments written yet.

Please login to write comment.