Color Hex Logo

#4139fe Color Hex

#4139FE
(65,57,254)
0 Favorites   0 Comments

Color spaces of #4139fe

RGB 6557254
HSL0.670.990.61
HSV242°78°100°
CMYK 0.740.780.00   0.00
XYZ21.532511.205894.7940
Yxy11.20580.16880.0879
Hunter Lab33.475156.2370-144.4637
CIE-Lab39.925063.7491-94.5499

#4139fe color RGB value is (65,57,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111001 11111110
Octal 101 71 376
Decimal 65 57 254
Hex 41 39 FE

RGB Percentages of Color #4139fe

%17.29
%15.16
%67.55

CMYK Percentages of Color #4139fe

%74
%78
%0
%0

Triadic Colors of #4139fe

#4139fe #fe4139 #39fe41

Analogous Colors of #4139fe

#4139fe #a439fe #3994fe

Monochromatic Colors of #4139fe

#4139fe

Complementary Color

#4139fe #f6fe39

#4139fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4139fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4139fe Color CSS Codes

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

#4139fe Text Font Color

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

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


#4139fe Background Color

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

This div background color is #4139fe


#4139fe Border Color

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

This div border color is #4139fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4139fe


Comments

No comments written yet.

Please login to write comment.