Color Hex Logo

#4443e1 Color Hex

#4443E1
(68,67,225)
0 Favorites   0 Comments

Color spaces of #4443e1

RGB 6867225
HSL0.670.720.57
HSV240°70°88°
CMYK 0.700.700.00   0.12
XYZ17.981710.679572.3478
Yxy10.67950.17800.1057
Hunter Lab32.679541.0294-108.3840
CIE-Lab39.035349.8132-79.6341

#4443e1 color RGB value is (68,67,225).

#4443e1 hex color red value is 68, green value is 67 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #4443e1 hue: 0.67 , saturation: 0.72 and the lightness value of 4443e1 is 0.57.

The process color (four color CMYK) of #4443e1 color hex is 0.70, 0.70, 0.00, 0.12. Web safe color of #4443e1 is #3333cc. Color #4443e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01000011 11100001
Octal 104 103 341
Decimal 68 67 225
Hex 44 43 E1

RGB Percentages of Color #4443e1

%18.89
%18.61
%62.50

CMYK Percentages of Color #4443e1

%70
%70
%0
%12

Triadic Colors of #4443e1

#4443e1 #e14443 #43e144

Analogous Colors of #4443e1

#4443e1 #9343e1 #4391e1

Monochromatic Colors of #4443e1

#4443e1

Complementary Color

#4443e1 #e0e143

#4443e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4443e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4443e1 Color CSS Codes

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

#4443e1 Text Font Color

<p style="color:#4443e1">Text here</p>

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


#4443e1 Background Color

<div style="background-color:#4443e1">
Div content here</div>

This div background color is #4443e1


#4443e1 Border Color

<div style="border:3px solid #4443e1">
Div here</div>

This div border color is #4443e1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,67,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4443e1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4443e1;
  -webkit-box-shadow: 1px 1px 3px 2px #4443e1;
  box-shadow:         1px 1px 3px 2px #4443e1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,67,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4443e1


Comments

No comments written yet.

Please login to write comment.