Color Hex Logo

#4138fe Color Hex

#4138FE
(65,56,254)
0 Favorites   0 Comments

Color spaces of #4138fe

RGB 6556254
HSL0.670.990.61
HSV243°78°100°
CMYK 0.740.780.00   0.00
XYZ21.483511.107994.7777
Yxy11.10790.16870.0872
Hunter Lab33.328556.7359-145.2755
CIE-Lab39.761664.2218-94.8206

#4138fe color RGB value is (65,56,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111000 11111110
Octal 101 70 376
Decimal 65 56 254
Hex 41 38 FE

RGB Percentages of Color #4138fe

%17.33
%14.93
%67.73

CMYK Percentages of Color #4138fe

%74
%78
%0
%0

Triadic Colors of #4138fe

#4138fe #fe4138 #38fe41

Analogous Colors of #4138fe

#4138fe #a438fe #3892fe

Monochromatic Colors of #4138fe

#4138fe

Complementary Color

#4138fe #f5fe38

#4138fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4138fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4138fe Color CSS Codes

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

#4138fe Text Font Color

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

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


#4138fe Background Color

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

This div background color is #4138fe


#4138fe Border Color

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

This div border color is #4138fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4138fe


Comments

No comments written yet.

Please login to write comment.