Color Hex Logo

#4b29cb Color Hex

#4B29CB
(75,41,203)
0 Favorites   0 Comments

Color spaces of #4b29cb

RGB 7541203
HSL0.700.660.48
HSV253°80°80°
CMYK 0.630.800.00   0.20
XYZ14.47417.393557.1641
Yxy7.39350.18310.0936
Hunter Lab27.191047.4335-105.6127
CIE-Lab32.686457.1507-77.4012

#4b29cb color RGB value is (75,41,203).

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

The process color (four color CMYK) of #4b29cb color hex is 0.63, 0.80, 0.00, 0.20. Web safe color of #4b29cb is #3333cc. Color #4b29cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00101001 11001011
Octal 113 51 313
Decimal 75 41 203
Hex 4B 29 CB

RGB Percentages of Color #4b29cb

%23.51
%12.85
%63.64

CMYK Percentages of Color #4b29cb

%63
%80
%0
%20

Triadic Colors of #4b29cb

#4b29cb #cb4b29 #29cb4b

Analogous Colors of #4b29cb

#4b29cb #9c29cb #2958cb

Monochromatic Colors of #4b29cb

#4b29cb

Complementary Color

#4b29cb #a9cb29

#4b29cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b29cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b29cb Color CSS Codes

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

#4b29cb Text Font Color

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

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


#4b29cb Background Color

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

This div background color is #4b29cb


#4b29cb Border Color

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

This div border color is #4b29cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b29cb


Comments

No comments written yet.

Please login to write comment.