Color Hex Logo

#4241ea Color Hex

#4241EA
(66,65,234)
0 Favorites   0 Comments

Color spaces of #4241ea

RGB 6665234
HSL0.670.800.59
HSV240°72°92°
CMYK 0.720.720.00   0.08
XYZ18.988310.879478.9410
Yxy10.87940.17450.1000
Hunter Lab32.983945.0376-118.8110
CIE-Lab39.376653.6013-84.1939

#4241ea color RGB value is (66,65,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000001 11101010
Octal 102 101 352
Decimal 66 65 234
Hex 42 41 EA

RGB Percentages of Color #4241ea

%18.08
%17.81
%64.11

CMYK Percentages of Color #4241ea

%72
%72
%0
%8

Triadic Colors of #4241ea

#4241ea #ea4241 #41ea42

Analogous Colors of #4241ea

#4241ea #9741ea #4195ea

Monochromatic Colors of #4241ea

#4241ea

Complementary Color

#4241ea #e9ea41

#4241ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4241ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4241ea Color CSS Codes

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

#4241ea Text Font Color

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

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


#4241ea Background Color

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

This div background color is #4241ea


#4241ea Border Color

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

This div border color is #4241ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4241ea


Comments

No comments written yet.

Please login to write comment.