Color Hex Logo

#441dbc Color Hex

#441DBC
(68,29,188)
0 Favorites   0 Comments

Color spaces of #441dbc

RGB 6829188
HSL0.710.730.43
HSV255°85°74°
CMYK 0.640.850.00   0.26
XYZ11.90045.738548.0574
Yxy5.73850.18110.0873
Hunter Lab23.955246.7533-102.1754
CIE-Lab28.742957.2796-75.1326

#441dbc color RGB value is (68,29,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011101 10111100
Octal 104 35 274
Decimal 68 29 188
Hex 44 1D BC

RGB Percentages of Color #441dbc

%23.86
%10.18
%65.96

CMYK Percentages of Color #441dbc

%64
%85
%0
%26

Triadic Colors of #441dbc

#441dbc #bc441d #1dbc44

Analogous Colors of #441dbc

#441dbc #941dbc #1d45bc

Monochromatic Colors of #441dbc

#441dbc

Complementary Color

#441dbc #95bc1d

#441dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#441dbc Color CSS Codes

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

#441dbc Text Font Color

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

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


#441dbc Background Color

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

This div background color is #441dbc


#441dbc Border Color

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

This div border color is #441dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,29,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 #441dbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441dbc


Comments

No comments written yet.

Please login to write comment.