Color Hex Logo

#4184eb Color Hex

#4184EB
(65,132,235)
0 Favorites   0 Comments

Color spaces of #4184eb

RGB 65132235
HSL0.600.810.59
HSV216°72°92°
CMYK 0.720.440.00   0.08
XYZ25.426623.624581.8171
Yxy23.62450.19430.1805
Hunter Lab48.60508.3193-65.7796
CIE-Lab55.709913.0769-58.1892

#4184eb color RGB value is (65,132,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000100 11101011
Octal 101 204 353
Decimal 65 132 235
Hex 41 84 EB

RGB Percentages of Color #4184eb

%15.05
%30.56
%54.40

CMYK Percentages of Color #4184eb

%72
%44
%0
%8

Triadic Colors of #4184eb

#4184eb #eb4184 #84eb41

Analogous Colors of #4184eb

#4184eb #5341eb #41d9eb

Monochromatic Colors of #4184eb

#4184eb

Complementary Color

#4184eb #eba841

#4184eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4184eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4184eb Color CSS Codes

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

#4184eb Text Font Color

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

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


#4184eb Background Color

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

This div background color is #4184eb


#4184eb Border Color

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

This div border color is #4184eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4184eb


Comments

No comments written yet.

Please login to write comment.