Color Hex Logo

#4129ff Color Hex

#4129FF
(65,41,255)
0 Favorites   0 Comments

Color spaces of #4129ff

RGB 6541255
HSL0.691.000.58
HSV247°84°100°
CMYK 0.750.840.00   0.00
XYZ21.02299.929795.4163
Yxy9.92970.16640.0786
Hunter Lab31.511463.9416-157.4716
CIE-Lab37.716070.8468-98.7755

#4129ff color RGB value is (65,41,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101001 11111111
Octal 101 51 377
Decimal 65 41 255
Hex 41 29 FF

RGB Percentages of Color #4129ff

%18.01
%11.36
%70.64

CMYK Percentages of Color #4129ff

%75
%84
%0
%0

Triadic Colors of #4129ff

#4129ff #ff4129 #29ff41

Analogous Colors of #4129ff

#4129ff #ac29ff #297cff

Monochromatic Colors of #4129ff

#4129ff

Complementary Color

#4129ff #e7ff29

#4129ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4129ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4129ff Color CSS Codes

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

#4129ff Text Font Color

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

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


#4129ff Background Color

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

This div background color is #4129ff


#4129ff Border Color

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

This div border color is #4129ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,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 #4129ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4129ff


Comments

No comments written yet.

Please login to write comment.