Color Hex Logo

#4111eb Color Hex

#4111EB
(65,17,235)
0 Favorites   0 Comments

Color spaces of #4111eb

RGB 6517235
HSL0.700.870.49
HSV253°93°92°
CMYK 0.720.930.00   0.08
XYZ17.37587.522979.1335
Yxy7.52290.16700.0723
Hunter Lab27.427965.0824-151.8607
CIE-Lab32.968872.7011-95.3877

#4111eb color RGB value is (65,17,235).

#4111eb hex color red value is 65, green value is 17 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4111eb hue: 0.70 , saturation: 0.87 and the lightness value of 4111eb is 0.49.

The process color (four color CMYK) of #4111eb color hex is 0.72, 0.93, 0.00, 0.08. Web safe color of #4111eb is #3300ff. Color #4111eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010001 11101011
Octal 101 21 353
Decimal 65 17 235
Hex 41 11 EB

RGB Percentages of Color #4111eb

%20.50
%5.36
%74.13

CMYK Percentages of Color #4111eb

%72
%93
%0
%8

Triadic Colors of #4111eb

#4111eb #eb4111 #11eb41

Analogous Colors of #4111eb

#4111eb #ae11eb #114eeb

Monochromatic Colors of #4111eb

#4111eb

Complementary Color

#4111eb #bbeb11

#4111eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4111eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4111eb Color CSS Codes

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

#4111eb Text Font Color

<p style="color:#4111eb">Text here</p>

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


#4111eb Background Color

<div style="background-color:#4111eb">
Div content here</div>

This div background color is #4111eb


#4111eb Border Color

<div style="border:3px solid #4111eb">
Div here</div>

This div border color is #4111eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,17,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4111eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4111eb;
  -webkit-box-shadow: 1px 1px 3px 2px #4111eb;
  box-shadow:         1px 1px 3px 2px #4111eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4111eb


Comments

No comments written yet.

Please login to write comment.