Color Hex Logo

#4829ff Color Hex

#4829FF
(72,41,255)
0 Favorites   0 Comments

Color spaces of #4829ff

RGB 7241255
HSL0.691.000.58
HSV249°84°100°
CMYK 0.720.840.00   0.00
XYZ21.515410.183695.4394
Yxy10.18360.16920.0801
Hunter Lab31.911864.5019-154.9821
CIE-Lab38.169971.2331-98.0082

#4829ff color RGB value is (72,41,255).

#4829ff hex color red value is 72, green value is 41 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4829ff hue: 0.69 , saturation: 1.00 and the lightness value of 4829ff is 0.58.

The process color (four color CMYK) of #4829ff color hex is 0.72, 0.84, 0.00, 0.00. Web safe color of #4829ff is #3333ff. Color #4829ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101001 11111111
Octal 110 51 377
Decimal 72 41 255
Hex 48 29 FF

RGB Percentages of Color #4829ff

%19.57
%11.14
%69.29

CMYK Percentages of Color #4829ff

%72
%84
%0
%0

Triadic Colors of #4829ff

#4829ff #ff4829 #29ff48

Analogous Colors of #4829ff

#4829ff #b329ff #2975ff

Monochromatic Colors of #4829ff

#4829ff

Complementary Color

#4829ff #e0ff29

#4829ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4829ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4829ff Color CSS Codes

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

#4829ff Text Font Color

<p style="color:#4829ff">Text here</p>

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


#4829ff Background Color

<div style="background-color:#4829ff">
Div content here</div>

This div background color is #4829ff


#4829ff Border Color

<div style="border:3px solid #4829ff">
Div here</div>

This div border color is #4829ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,41,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4829ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4829ff;
  -webkit-box-shadow: 1px 1px 3px 2px #4829ff;
  box-shadow:         1px 1px 3px 2px #4829ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4829ff


Comments

No comments written yet.

Please login to write comment.