Color Hex Logo

#443bde Color Hex

#443BDE
(68,59,222)
0 Favorites   0 Comments

Color spaces of #443bde

RGB 6859222
HSL0.680.710.55
HSV243°73°87°
CMYK 0.690.730.00   0.13
XYZ17.13279.630870.0632
Yxy9.63080.17690.0995
Hunter Lab31.033544.2359-112.1333
CIE-Lab37.171553.2566-80.9909

#443bde color RGB value is (68,59,222).

#443bde hex color red value is 68, green value is 59 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #443bde hue: 0.68 , saturation: 0.71 and the lightness value of 443bde is 0.55.

The process color (four color CMYK) of #443bde color hex is 0.69, 0.73, 0.00, 0.13. Web safe color of #443bde is #3333cc. Color #443bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00111011 11011110
Octal 104 73 336
Decimal 68 59 222
Hex 44 3B DE

RGB Percentages of Color #443bde

%19.48
%16.91
%63.61

CMYK Percentages of Color #443bde

%69
%73
%0
%13

Triadic Colors of #443bde

#443bde #de443b #3bde44

Analogous Colors of #443bde

#443bde #963bde #3b84de

Monochromatic Colors of #443bde

#443bde

Complementary Color

#443bde #d5de3b

#443bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#443bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#443bde Color CSS Codes

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

#443bde Text Font Color

<p style="color:#443bde">Text here</p>

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


#443bde Background Color

<div style="background-color:#443bde">
Div content here</div>

This div background color is #443bde


#443bde Border Color

<div style="border:3px solid #443bde">
Div here</div>

This div border color is #443bde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,59,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #443bde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #443bde;
  -webkit-box-shadow: 1px 1px 3px 2px #443bde;
  box-shadow:         1px 1px 3px 2px #443bde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #443bde


Comments

No comments written yet.

Please login to write comment.