Color Hex Logo

#440ede Color Hex

#440EDE
(68,14,222)
0 Favorites   0 Comments

Color spaces of #440ede

RGB 6814222
HSL0.710.880.46
HSV256°94°87°
CMYK 0.690.940.00   0.13
XYZ15.72586.816969.5942
Yxy6.81690.17070.0740
Hunter Lab26.109261.8211-139.7614
CIE-Lab31.386470.2393-90.5791

#440ede color RGB value is (68,14,222).

#440ede hex color red value is 68, green value is 14 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #440ede hue: 0.71 , saturation: 0.88 and the lightness value of 440ede is 0.46.

The process color (four color CMYK) of #440ede color hex is 0.69, 0.94, 0.00, 0.13. Web safe color of #440ede is #3300cc. Color #440ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00001110 11011110
Octal 104 16 336
Decimal 68 14 222
Hex 44 E DE

RGB Percentages of Color #440ede

%22.37
%4.61
%73.03

CMYK Percentages of Color #440ede

%69
%94
%0
%13

Triadic Colors of #440ede

#440ede #de440e #0ede44

Analogous Colors of #440ede

#440ede #ac0ede #0e40de

Monochromatic Colors of #440ede

#440ede

Complementary Color

#440ede #a8de0e

#440ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#440ede Color CSS Codes

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

#440ede Text Font Color

<p style="color:#440ede">Text here</p>

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


#440ede Background Color

<div style="background-color:#440ede">
Div content here</div>

This div background color is #440ede


#440ede Border Color

<div style="border:3px solid #440ede">
Div here</div>

This div border color is #440ede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,14,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #440ede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #440ede;
  -webkit-box-shadow: 1px 1px 3px 2px #440ede;
  box-shadow:         1px 1px 3px 2px #440ede; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440ede


Comments

No comments written yet.

Please login to write comment.