Color Hex Logo

#2f29ba Color Hex

#2F29BA
(47,41,186)
0 Favorites   0 Comments

Color spaces of #2f29ba

RGB 4741186
HSL0.670.640.45
HSV242°78°73°
CMYK 0.750.780.00   0.27
XYZ10.82825.735446.9907
Yxy5.73540.17040.0902
Hunter Lab23.948738.7970-99.5712
CIE-Lab28.734849.5644-74.0114

#2f29ba color RGB value is (47,41,186).

#2f29ba hex color red value is 47, green value is 41 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #2f29ba hue: 0.67 , saturation: 0.64 and the lightness value of 2f29ba is 0.45.

The process color (four color CMYK) of #2f29ba color hex is 0.75, 0.78, 0.00, 0.27. Web safe color of #2f29ba is #3333cc. Color #2f29ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00101001 10111010
Octal 57 51 272
Decimal 47 41 186
Hex 2F 29 BA

RGB Percentages of Color #2f29ba

%17.15
%14.96
%67.88

CMYK Percentages of Color #2f29ba

%75
%78
%0
%27

Triadic Colors of #2f29ba

#2f29ba #ba2f29 #29ba2f

Analogous Colors of #2f29ba

#2f29ba #7829ba #296cba

Monochromatic Colors of #2f29ba

#2f29ba

Complementary Color

#2f29ba #b4ba29

#2f29ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f29ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f29ba Color CSS Codes

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

#2f29ba Text Font Color

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

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


#2f29ba Background Color

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

This div background color is #2f29ba


#2f29ba Border Color

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

This div border color is #2f29ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f29ba


Comments

No comments written yet.

Please login to write comment.