Color Hex Logo

#4b29eb Color Hex

#4B29EB
(75,41,235)
0 Favorites   0 Comments

Color spaces of #4b29eb

RGB 7541235
HSL0.700.830.54
HSV251°83°92°
CMYK 0.680.830.00   0.08
XYZ18.69009.079979.3648
Yxy9.07990.17450.0848
Hunter Lab30.132957.9826-135.0666
CIE-Lab36.137766.0235-90.0992

#4b29eb color RGB value is (75,41,235).

#4b29eb hex color red value is 75, green value is 41 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4b29eb hue: 0.70 , saturation: 0.83 and the lightness value of 4b29eb is 0.54.

The process color (four color CMYK) of #4b29eb color hex is 0.68, 0.83, 0.00, 0.08. Web safe color of #4b29eb is #3333ff. Color #4b29eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00101001 11101011
Octal 113 51 353
Decimal 75 41 235
Hex 4B 29 EB

RGB Percentages of Color #4b29eb

%21.37
%11.68
%66.95

CMYK Percentages of Color #4b29eb

%68
%83
%0
%8

Triadic Colors of #4b29eb

#4b29eb #eb4b29 #29eb4b

Analogous Colors of #4b29eb

#4b29eb #ac29eb #2968eb

Monochromatic Colors of #4b29eb

#4b29eb

Complementary Color

#4b29eb #c9eb29

#4b29eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b29eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b29eb Color CSS Codes

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

#4b29eb Text Font Color

<p style="color:#4b29eb">Text here</p>

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


#4b29eb Background Color

<div style="background-color:#4b29eb">
Div content here</div>

This div background color is #4b29eb


#4b29eb Border Color

<div style="border:3px solid #4b29eb">
Div here</div>

This div border color is #4b29eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b29eb


Comments

No comments written yet.

Please login to write comment.