Color Hex Logo

#2f126f Color Hex

#2F126F
(47,18,111)
0 Favorites   0 Comments

Color spaces of #2f126f

RGB 4718111
HSL0.720.720.25
HSV259°84°44°
CMYK 0.580.840.00   0.56
XYZ4.25782.184615.2362
Yxy2.18460.19640.1008
Hunter Lab14.780425.5550-50.7721
CIE-Lab16.427637.8023-47.9233

#2f126f color RGB value is (47,18,111).

#2f126f hex color red value is 47, green value is 18 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #2f126f hue: 0.72 , saturation: 0.72 and the lightness value of 2f126f is 0.25.

The process color (four color CMYK) of #2f126f color hex is 0.58, 0.84, 0.00, 0.56. Web safe color of #2f126f is #330066. Color #2f126f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00010010 01101111
Octal 57 22 157
Decimal 47 18 111
Hex 2F 12 6F

RGB Percentages of Color #2f126f

%26.70
%10.23
%63.07

CMYK Percentages of Color #2f126f

%58
%84
%0
%56

Triadic Colors of #2f126f

#2f126f #6f2f12 #126f2f

Analogous Colors of #2f126f

#2f126f #5e126f #12246f

Monochromatic Colors of #2f126f

#2f126f

Complementary Color

#2f126f #526f12

#2f126f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f126f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f126f Color CSS Codes

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

#2f126f Text Font Color

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

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


#2f126f Background Color

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

This div background color is #2f126f


#2f126f Border Color

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

This div border color is #2f126f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f126f


Comments

No comments written yet.

Please login to write comment.