Color Hex Logo

#4180eb Color Hex

#4180EB
(65,128,235)
0 Favorites   0 Comments

Color spaces of #4180eb

RGB 65128235
HSL0.600.810.59
HSV218°72°92°
CMYK 0.720.460.00   0.08
XYZ24.894522.560381.6398
Yxy22.56030.19280.1748
Hunter Lab47.497710.4345-68.6602
CIE-Lab54.616515.5264-59.9428

#4180eb color RGB value is (65,128,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000000 11101011
Octal 101 200 353
Decimal 65 128 235
Hex 41 80 EB

RGB Percentages of Color #4180eb

%15.19
%29.91
%54.91

CMYK Percentages of Color #4180eb

%72
%46
%0
%8

Triadic Colors of #4180eb

#4180eb #eb4180 #80eb41

Analogous Colors of #4180eb

#4180eb #5741eb #41d5eb

Monochromatic Colors of #4180eb

#4180eb

Complementary Color

#4180eb #ebac41

#4180eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4180eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4180eb Color CSS Codes

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

#4180eb Text Font Color

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

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


#4180eb Background Color

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

This div background color is #4180eb


#4180eb Border Color

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

This div border color is #4180eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4180eb


Comments

No comments written yet.

Please login to write comment.