Color Hex Logo

#2f3daf Color Hex

#2F3DAF
(47,61,175)
0 Favorites   0 Comments

Color spaces of #2f3daf

RGB 4761175
HSL0.650.580.44
HSV233°73°69°
CMYK 0.730.650.00   0.31
XYZ10.57897.037041.3581
Yxy7.03700.17940.1193
Hunter Lab26.527324.7616-73.8684
CIE-Lab31.891034.0857-62.2721

#2f3daf color RGB value is (47,61,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 00111101 10101111
Octal 57 75 257
Decimal 47 61 175
Hex 2F 3D AF

RGB Percentages of Color #2f3daf

%16.61
%21.55
%61.84

CMYK Percentages of Color #2f3daf

%73
%65
%0
%31

Triadic Colors of #2f3daf

#2f3daf #af2f3d #3daf2f

Analogous Colors of #2f3daf

#2f3daf #612faf #2f7daf

Monochromatic Colors of #2f3daf

#2f3daf

Complementary Color

#2f3daf #afa12f

#2f3daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f3daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f3daf Color CSS Codes

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

#2f3daf Text Font Color

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

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


#2f3daf Background Color

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

This div background color is #2f3daf


#2f3daf Border Color

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

This div border color is #2f3daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,61,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 #2f3daf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f3daf


Comments

No comments written yet.

Please login to write comment.