Color Hex Logo

#4338ea Color Hex

#4338EA
(67,56,234)
0 Favorites   0 Comments

Color spaces of #4338ea

RGB 6756234
HSL0.680.810.57
HSV244°76°92°
CMYK 0.710.760.00   0.08
XYZ18.58029.962278.7855
Yxy9.96220.17310.0928
Hunter Lab31.563049.8426-125.9020
CIE-Lab37.774558.3977-86.8381

#4338ea color RGB value is (67,56,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 00111000 11101010
Octal 103 70 352
Decimal 67 56 234
Hex 43 38 EA

RGB Percentages of Color #4338ea

%18.77
%15.69
%65.55

CMYK Percentages of Color #4338ea

%71
%76
%0
%8

Triadic Colors of #4338ea

#4338ea #ea4338 #38ea43

Analogous Colors of #4338ea

#4338ea #9c38ea #3886ea

Monochromatic Colors of #4338ea

#4338ea

Complementary Color

#4338ea #dfea38

#4338ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4338ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4338ea Color CSS Codes

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

#4338ea Text Font Color

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

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


#4338ea Background Color

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

This div background color is #4338ea


#4338ea Border Color

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

This div border color is #4338ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4338ea


Comments

No comments written yet.

Please login to write comment.