Color Hex Logo

#4139ea Color Hex

#4139EA
(65,57,234)
0 Favorites   0 Comments

Color spaces of #4139ea

RGB 6557234
HSL0.670.810.57
HSV243°76°92°
CMYK 0.720.760.00   0.08
XYZ18.49449.990678.7955
Yxy9.99060.17240.0931
Hunter Lab31.607949.1300-125.6788
CIE-Lab37.825657.7303-86.7577

#4139ea color RGB value is (65,57,234).

#4139ea hex color red value is 65, green value is 57 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4139ea hue: 0.67 , saturation: 0.81 and the lightness value of 4139ea is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111001 11101010
Octal 101 71 352
Decimal 65 57 234
Hex 41 39 EA

RGB Percentages of Color #4139ea

%18.26
%16.01
%65.73

CMYK Percentages of Color #4139ea

%72
%76
%0
%8

Triadic Colors of #4139ea

#4139ea #ea4139 #39ea41

Analogous Colors of #4139ea

#4139ea #9a39ea #398aea

Monochromatic Colors of #4139ea

#4139ea

Complementary Color

#4139ea #e2ea39

#4139ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4139ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4139ea Color CSS Codes

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

#4139ea Text Font Color

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

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


#4139ea Background Color

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

This div background color is #4139ea


#4139ea Border Color

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

This div border color is #4139ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4139ea


Comments

No comments written yet.

Please login to write comment.