Color Hex Logo

#4144eb Color Hex

#4144EB
(65,68,235)
0 Favorites   0 Comments

Color spaces of #4144eb

RGB 6568235
HSL0.660.810.59
HSV239°72°92°
CMYK 0.720.710.00   0.08
XYZ19.242511.256279.7557
Yxy11.25620.17450.1021
Hunter Lab33.550343.6644-117.4590
CIE-Lab40.008752.1754-83.7201

#4144eb color RGB value is (65,68,235).

#4144eb hex color red value is 65, green value is 68 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4144eb hue: 0.66 , saturation: 0.81 and the lightness value of 4144eb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000100 11101011
Octal 101 104 353
Decimal 65 68 235
Hex 41 44 EB

RGB Percentages of Color #4144eb

%17.66
%18.48
%63.86

CMYK Percentages of Color #4144eb

%72
%71
%0
%8

Triadic Colors of #4144eb

#4144eb #eb4144 #44eb41

Analogous Colors of #4144eb

#4144eb #9341eb #4199eb

Monochromatic Colors of #4144eb

#4144eb

Complementary Color

#4144eb #ebe841

#4144eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4144eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4144eb Color CSS Codes

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

#4144eb Text Font Color

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

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


#4144eb Background Color

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

This div background color is #4144eb


#4144eb Border Color

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

This div border color is #4144eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4144eb


Comments

No comments written yet.

Please login to write comment.