Color Hex Logo

#2f6caf Color Hex

#2F6CAF
(47,108,175)
0 Favorites   0 Comments

Color spaces of #2f6caf

RGB 47108175
HSL0.590.580.44
HSV211°73°69°
CMYK 0.730.380.00   0.31
XYZ14.272714.424642.5894
Yxy14.42460.20020.2023
Hunter Lab37.97970.6154-39.9003
CIE-Lab44.83583.5385-41.3768

#2f6caf color RGB value is (47,108,175).

#2f6caf hex color red value is 47, green value is 108 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #2f6caf hue: 0.59 , saturation: 0.58 and the lightness value of 2f6caf is 0.44.

The process color (four color CMYK) of #2f6caf color hex is 0.73, 0.38, 0.00, 0.31. Web safe color of #2f6caf is #336699. Color #2f6caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01101100 10101111
Octal 57 154 257
Decimal 47 108 175
Hex 2F 6C AF

RGB Percentages of Color #2f6caf

%14.24
%32.73
%53.03

CMYK Percentages of Color #2f6caf

%73
%38
%0
%31

Triadic Colors of #2f6caf

#2f6caf #af2f6c #6caf2f

Analogous Colors of #2f6caf

#2f6caf #322faf #2facaf

Monochromatic Colors of #2f6caf

#2f6caf

Complementary Color

#2f6caf #af722f

#2f6caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f6caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f6caf Color CSS Codes

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

#2f6caf Text Font Color

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

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


#2f6caf Background Color

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

This div background color is #2f6caf


#2f6caf Border Color

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

This div border color is #2f6caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f6caf


Comments

No comments written yet.

Please login to write comment.