Color Hex Logo

#440ace Color Hex

#440ACE
(68,10,206)
0 Favorites   0 Comments

Color spaces of #440ace

RGB 6810206
HSL0.720.910.42
HSV258°95°81°
CMYK 0.670.950.00   0.19
XYZ13.63305.902358.8132
Yxy5.90230.17400.0753
Hunter Lab24.294657.6501-126.5247
CIE-Lab29.164667.0554-85.0101

#440ace color RGB value is (68,10,206).

#440ace hex color red value is 68, green value is 10 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #440ace hue: 0.72 , saturation: 0.91 and the lightness value of 440ace is 0.42.

The process color (four color CMYK) of #440ace color hex is 0.67, 0.95, 0.00, 0.19. Web safe color of #440ace is #3300cc. Color #440ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00001010 11001110
Octal 104 12 316
Decimal 68 10 206
Hex 44 A CE

RGB Percentages of Color #440ace

%23.94
%3.52
%72.54

CMYK Percentages of Color #440ace

%67
%95
%0
%19

Triadic Colors of #440ace

#440ace #ce440a #0ace44

Analogous Colors of #440ace

#440ace #a60ace #0a32ce

Monochromatic Colors of #440ace

#440ace

Complementary Color

#440ace #94ce0a

#440ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#440ace Color CSS Codes

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

#440ace Text Font Color

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

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


#440ace Background Color

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

This div background color is #440ace


#440ace Border Color

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

This div border color is #440ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440ace


Comments

No comments written yet.

Please login to write comment.