Color Hex Logo

#441bda Color Hex

#441BDA
(68,27,218)
0 Favorites   0 Comments

Color spaces of #441bda

RGB 6827218
HSL0.700.780.48
HSV253°88°85°
CMYK 0.690.880.00   0.15
XYZ15.43077.074866.8819
Yxy7.07480.17260.0791
Hunter Lab26.598557.0066-130.4657
CIE-Lab31.976665.9675-87.2937

#441bda color RGB value is (68,27,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011011 11011010
Octal 104 33 332
Decimal 68 27 218
Hex 44 1B DA

RGB Percentages of Color #441bda

%21.73
%8.63
%69.65

CMYK Percentages of Color #441bda

%69
%88
%0
%15

Triadic Colors of #441bda

#441bda #da441b #1bda44

Analogous Colors of #441bda

#441bda #a41bda #1b52da

Monochromatic Colors of #441bda

#441bda

Complementary Color

#441bda #b1da1b

#441bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#441bda Color CSS Codes

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

#441bda Text Font Color

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

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


#441bda Background Color

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

This div background color is #441bda


#441bda Border Color

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

This div border color is #441bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441bda


Comments

No comments written yet.

Please login to write comment.