Color Hex Logo

#441abc Color Hex

#441ABC
(68,26,188)
0 Favorites   0 Comments

Color spaces of #441abc

RGB 6826188
HSL0.710.760.42
HSV256°86°74°
CMYK 0.640.860.00   0.26
XYZ11.83045.598648.0341
Yxy5.59860.18070.0855
Hunter Lab23.661447.8405-103.7996
CIE-Lab28.376358.3683-75.7400

#441abc color RGB value is (68,26,188).

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

The process color (four color CMYK) of #441abc color hex is 0.64, 0.86, 0.00, 0.26. Web safe color of #441abc is #3333cc. Color #441abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011010 10111100
Octal 104 32 274
Decimal 68 26 188
Hex 44 1A BC

RGB Percentages of Color #441abc

%24.11
%9.22
%66.67

CMYK Percentages of Color #441abc

%64
%86
%0
%26

Triadic Colors of #441abc

#441abc #bc441a #1abc44

Analogous Colors of #441abc

#441abc #951abc #1a41bc

Monochromatic Colors of #441abc

#441abc

Complementary Color

#441abc #92bc1a

#441abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#441abc Color CSS Codes

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

#441abc Text Font Color

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

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


#441abc Background Color

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

This div background color is #441abc


#441abc Border Color

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

This div border color is #441abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441abc


Comments

No comments written yet.

Please login to write comment.