Color Hex Logo

#4161ec Color Hex

#4161EC
(65,97,236)
0 Favorites   0 Comments

Color spaces of #4161ec

RGB 6597236
HSL0.640.820.59
HSV229°72°93°
CMYK 0.720.590.00   0.07
XYZ21.595015.729381.2548
Yxy15.72930.18210.1326
Hunter Lab39.660227.7881-93.7098
CIE-Lab46.617335.1973-73.4484

#4161ec color RGB value is (65,97,236).

#4161ec hex color red value is 65, green value is 97 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4161ec hue: 0.64 , saturation: 0.82 and the lightness value of 4161ec is 0.59.

The process color (four color CMYK) of #4161ec color hex is 0.72, 0.59, 0.00, 0.07. Web safe color of #4161ec is #3366ff. Color #4161ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01100001 11101100
Octal 101 141 354
Decimal 65 97 236
Hex 41 61 EC

RGB Percentages of Color #4161ec

%16.33
%24.37
%59.30

CMYK Percentages of Color #4161ec

%72
%59
%0
%7

Triadic Colors of #4161ec

#4161ec #ec4161 #61ec41

Analogous Colors of #4161ec

#4161ec #7741ec #41b7ec

Monochromatic Colors of #4161ec

#4161ec

Complementary Color

#4161ec #eccc41

#4161ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4161ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4161ec Color CSS Codes

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

#4161ec Text Font Color

<p style="color:#4161ec">Text here</p>

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


#4161ec Background Color

<div style="background-color:#4161ec">
Div content here</div>

This div background color is #4161ec


#4161ec Border Color

<div style="border:3px solid #4161ec">
Div here</div>

This div border color is #4161ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,97,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4161ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4161ec;
  -webkit-box-shadow: 1px 1px 3px 2px #4161ec;
  box-shadow:         1px 1px 3px 2px #4161ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4161ec


Comments

No comments written yet.

Please login to write comment.