Color Hex Logo

#2f1251 Color Hex

#2F1251
(47,18,81)
0 Favorites   0 Comments

Color spaces of #2f1251

RGB 471881
HSL0.740.640.19
HSV268°78°32°
CMYK 0.420.780.00   0.68
XYZ2.87381.63107.9479
Yxy1.63100.23080.1310
Hunter Lab12.771117.8175-27.9586
CIE-Lab13.417728.9666-32.8646

#2f1251 color RGB value is (47,18,81).

#2f1251 hex color red value is 47, green value is 18 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #2f1251 hue: 0.74 , saturation: 0.64 and the lightness value of 2f1251 is 0.19.

The process color (four color CMYK) of #2f1251 color hex is 0.42, 0.78, 0.00, 0.68. Web safe color of #2f1251 is #330066. Color #2f1251 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00010010 01010001
Octal 57 22 121
Decimal 47 18 81
Hex 2F 12 51

RGB Percentages of Color #2f1251

%32.19
%12.33
%55.48

CMYK Percentages of Color #2f1251

%42
%78
%0
%68

Triadic Colors of #2f1251

#2f1251 #512f12 #12512f

Analogous Colors of #2f1251

#2f1251 #4f1251 #121451

Monochromatic Colors of #2f1251

#2f1251

Complementary Color

#2f1251 #345112

#2f1251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f1251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f1251 Color CSS Codes

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

#2f1251 Text Font Color

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

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


#2f1251 Background Color

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

This div background color is #2f1251


#2f1251 Border Color

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

This div border color is #2f1251


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f1251


Comments

No comments written yet.

Please login to write comment.