Color Hex Logo

#4149ed Color Hex

#4149ED
(65,73,237)
0 Favorites   0 Comments

Color spaces of #4149ed

RGB 6573237
HSL0.660.830.59
HSV237°73°93°
CMYK 0.730.690.00   0.07
XYZ19.848612.003381.3915
Yxy12.00330.17530.1060
Hunter Lab34.645841.6327-115.0348
CIE-Lab41.221449.9990-82.8535

#4149ed color RGB value is (65,73,237).

#4149ed hex color red value is 65, green value is 73 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4149ed hue: 0.66 , saturation: 0.83 and the lightness value of 4149ed is 0.59.

The process color (four color CMYK) of #4149ed color hex is 0.73, 0.69, 0.00, 0.07. Web safe color of #4149ed is #3333ff. Color #4149ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001001 11101101
Octal 101 111 355
Decimal 65 73 237
Hex 41 49 ED

RGB Percentages of Color #4149ed

%17.33
%19.47
%63.20

CMYK Percentages of Color #4149ed

%73
%69
%0
%7

Triadic Colors of #4149ed

#4149ed #ed4149 #49ed41

Analogous Colors of #4149ed

#4149ed #8f41ed #419fed

Monochromatic Colors of #4149ed

#4149ed

Complementary Color

#4149ed #ede541

#4149ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4149ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4149ed Color CSS Codes

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

#4149ed Text Font Color

<p style="color:#4149ed">Text here</p>

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


#4149ed Background Color

<div style="background-color:#4149ed">
Div content here</div>

This div background color is #4149ed


#4149ed Border Color

<div style="border:3px solid #4149ed">
Div here</div>

This div border color is #4149ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,73,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4149ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4149ed;
  -webkit-box-shadow: 1px 1px 3px 2px #4149ed;
  box-shadow:         1px 1px 3px 2px #4149ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4149ed


Comments

No comments written yet.

Please login to write comment.