Color Hex Logo

#441bdc Color Hex

#441BDC
(68,27,220)
0 Favorites   0 Comments

Color spaces of #441bdc

RGB 6827220
HSL0.700.780.48
HSV253°88°86°
CMYK 0.690.880.00   0.14
XYZ15.69417.180168.2689
Yxy7.18010.17220.0788
Hunter Lab26.795757.6540-132.2994
CIE-Lab32.213466.4899-88.0526

#441bdc color RGB value is (68,27,220).

#441bdc hex color red value is 68, green value is 27 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #441bdc hue: 0.70 , saturation: 0.78 and the lightness value of 441bdc is 0.48.

The process color (four color CMYK) of #441bdc color hex is 0.69, 0.88, 0.00, 0.14. Web safe color of #441bdc is #3333cc. Color #441bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011011 11011100
Octal 104 33 334
Decimal 68 27 220
Hex 44 1B DC

RGB Percentages of Color #441bdc

%21.59
%8.57
%69.84

CMYK Percentages of Color #441bdc

%69
%88
%0
%14

Triadic Colors of #441bdc

#441bdc #dc441b #1bdc44

Analogous Colors of #441bdc

#441bdc #a51bdc #1b52dc

Monochromatic Colors of #441bdc

#441bdc

Complementary Color

#441bdc #b3dc1b

#441bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#441bdc Color CSS Codes

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

#441bdc Text Font Color

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

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


#441bdc Background Color

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

This div background color is #441bdc


#441bdc Border Color

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

This div border color is #441bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441bdc


Comments

No comments written yet.

Please login to write comment.