Color Hex Logo

#4163ea Color Hex

#4163EA
(65,99,234)
0 Favorites   0 Comments

Color spaces of #4163ea

RGB 6599234
HSL0.630.800.59
HSV228°72°92°
CMYK 0.720.580.00   0.08
XYZ21.493115.988079.7951
Yxy15.98800.18330.1363
Hunter Lab39.985025.9752-90.3312
CIE-Lab46.958733.2450-71.7669

#4163ea color RGB value is (65,99,234).

#4163ea hex color red value is 65, green value is 99 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4163ea hue: 0.63 , saturation: 0.80 and the lightness value of 4163ea is 0.59.

The process color (four color CMYK) of #4163ea color hex is 0.72, 0.58, 0.00, 0.08. Web safe color of #4163ea is #3366ff. Color #4163ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01100011 11101010
Octal 101 143 352
Decimal 65 99 234
Hex 41 63 EA

RGB Percentages of Color #4163ea

%16.33
%24.87
%58.79

CMYK Percentages of Color #4163ea

%72
%58
%0
%8

Triadic Colors of #4163ea

#4163ea #ea4163 #63ea41

Analogous Colors of #4163ea

#4163ea #7441ea #41b8ea

Monochromatic Colors of #4163ea

#4163ea

Complementary Color

#4163ea #eac841

#4163ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4163ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4163ea Color CSS Codes

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

#4163ea Text Font Color

<p style="color:#4163ea">Text here</p>

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


#4163ea Background Color

<div style="background-color:#4163ea">
Div content here</div>

This div background color is #4163ea


#4163ea Border Color

<div style="border:3px solid #4163ea">
Div here</div>

This div border color is #4163ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,99,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4163ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4163ea;
  -webkit-box-shadow: 1px 1px 3px 2px #4163ea;
  box-shadow:         1px 1px 3px 2px #4163ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4163ea


Comments

No comments written yet.

Please login to write comment.