Color Hex Logo

#4132fe Color Hex

#4132FE
(65,50,254)
0 Favorites   0 Comments

Color spaces of #4132fe

RGB 6550254
HSL0.680.990.60
HSV244°80°100°
CMYK 0.740.800.00   0.00
XYZ21.210010.560894.6865
Yxy10.56080.16770.0835
Hunter Lab32.497459.6308-150.0030
CIE-Lab38.830766.9364-96.3644

#4132fe color RGB value is (65,50,254).

#4132fe hex color red value is 65, green value is 50 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4132fe hue: 0.68 , saturation: 0.99 and the lightness value of 4132fe is 0.60.

The process color (four color CMYK) of #4132fe color hex is 0.74, 0.80, 0.00, 0.00. Web safe color of #4132fe is #3333ff. Color #4132fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110010 11111110
Octal 101 62 376
Decimal 65 50 254
Hex 41 32 FE

RGB Percentages of Color #4132fe

%17.62
%13.55
%68.83

CMYK Percentages of Color #4132fe

%74
%80
%0
%0

Triadic Colors of #4132fe

#4132fe #fe4132 #32fe41

Analogous Colors of #4132fe

#4132fe #a732fe #3289fe

Monochromatic Colors of #4132fe

#4132fe

Complementary Color

#4132fe #effe32

#4132fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4132fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4132fe Color CSS Codes

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

#4132fe Text Font Color

<p style="color:#4132fe">Text here</p>

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


#4132fe Background Color

<div style="background-color:#4132fe">
Div content here</div>

This div background color is #4132fe


#4132fe Border Color

<div style="border:3px solid #4132fe">
Div here</div>

This div border color is #4132fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,50,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4132fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4132fe;
  -webkit-box-shadow: 1px 1px 3px 2px #4132fe;
  box-shadow:         1px 1px 3px 2px #4132fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,50,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4132fe


Comments

No comments written yet.

Please login to write comment.