Color Hex Logo

#4340ea Color Hex

#4340EA
(67,64,234)
0 Favorites   0 Comments

Color spaces of #4340ea

RGB 6764234
HSL0.670.800.58
HSV241°73°92°
CMYK 0.710.730.00   0.08
XYZ18.999410.800678.9252
Yxy10.80060.17470.0993
Hunter Lab32.864345.6815-119.3830
CIE-Lab39.242654.2359-84.4130

#4340ea color RGB value is (67,64,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 01000000 11101010
Octal 103 100 352
Decimal 67 64 234
Hex 43 40 EA

RGB Percentages of Color #4340ea

%18.36
%17.53
%64.11

CMYK Percentages of Color #4340ea

%71
%73
%0
%8

Triadic Colors of #4340ea

#4340ea #ea4340 #40ea43

Analogous Colors of #4340ea

#4340ea #9840ea #4092ea

Monochromatic Colors of #4340ea

#4340ea

Complementary Color

#4340ea #e7ea40

#4340ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4340ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4340ea Color CSS Codes

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

#4340ea Text Font Color

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

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


#4340ea Background Color

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

This div background color is #4340ea


#4340ea Border Color

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

This div border color is #4340ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4340ea


Comments

No comments written yet.

Please login to write comment.