Color Hex Logo

#441acd Color Hex

#441ACD
(68,26,205)
0 Favorites   0 Comments

Color spaces of #441acd

RGB 6826205
HSL0.710.770.45
HSV254°87°80°
CMYK 0.670.870.00   0.20
XYZ13.77276.375558.2623
Yxy6.37550.17560.0813
Hunter Lab25.249853.1773-119.1333
CIE-Lab30.340762.8770-82.4722

#441acd color RGB value is (68,26,205).

#441acd hex color red value is 68, green value is 26 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #441acd hue: 0.71 , saturation: 0.77 and the lightness value of 441acd is 0.45.

The process color (four color CMYK) of #441acd color hex is 0.67, 0.87, 0.00, 0.20. Web safe color of #441acd is #3333cc. Color #441acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011010 11001101
Octal 104 32 315
Decimal 68 26 205
Hex 44 1A CD

RGB Percentages of Color #441acd

%22.74
%8.70
%68.56

CMYK Percentages of Color #441acd

%67
%87
%0
%20

Triadic Colors of #441acd

#441acd #cd441a #1acd44

Analogous Colors of #441acd

#441acd #9e1acd #1a49cd

Monochromatic Colors of #441acd

#441acd

Complementary Color

#441acd #a3cd1a

#441acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#441acd Color CSS Codes

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

#441acd Text Font Color

<p style="color:#441acd">Text here</p>

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


#441acd Background Color

<div style="background-color:#441acd">
Div content here</div>

This div background color is #441acd


#441acd Border Color

<div style="border:3px solid #441acd">
Div here</div>

This div border color is #441acd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,26,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #441acd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #441acd;
  -webkit-box-shadow: 1px 1px 3px 2px #441acd;
  box-shadow:         1px 1px 3px 2px #441acd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441acd


Comments

No comments written yet.

Please login to write comment.