Color Hex Logo

#4165ec Color Hex

#4165EC
(65,101,236)
0 Favorites   0 Comments

Color spaces of #4165ec

RGB 65101236
HSL0.630.820.59
HSV227°72°93°
CMYK 0.720.570.00   0.07
XYZ21.974016.487381.3811
Yxy16.48730.18340.1376
Hunter Lab40.604625.5410-90.4079
CIE-Lab47.607432.7042-71.8353

#4165ec color RGB value is (65,101,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01100101 11101100
Octal 101 145 354
Decimal 65 101 236
Hex 41 65 EC

RGB Percentages of Color #4165ec

%16.17
%25.12
%58.71

CMYK Percentages of Color #4165ec

%72
%57
%0
%7

Triadic Colors of #4165ec

#4165ec #ec4165 #65ec41

Analogous Colors of #4165ec

#4165ec #7341ec #41bbec

Monochromatic Colors of #4165ec

#4165ec

Complementary Color

#4165ec #ecc841

#4165ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4165ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4165ec Color CSS Codes

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

#4165ec Text Font Color

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

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


#4165ec Background Color

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

This div background color is #4165ec


#4165ec Border Color

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

This div border color is #4165ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4165ec


Comments

No comments written yet.

Please login to write comment.