Color Hex Logo

#443bbf Color Hex

#443BBF
(68,59,191)
0 Favorites   0 Comments

Color spaces of #443bbf

RGB 6859191
HSL0.680.530.49
HSV244°69°75°
CMYK 0.640.690.00   0.25
XYZ13.35188.118550.1535
Yxy8.11850.18640.1133
Hunter Lab28.493033.7823-84.4175
CIE-Lab34.228543.4165-67.8572

#443bbf color RGB value is (68,59,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00111011 10111111
Octal 104 73 277
Decimal 68 59 191
Hex 44 3B BF

RGB Percentages of Color #443bbf

%21.38
%18.55
%60.06

CMYK Percentages of Color #443bbf

%64
%69
%0
%25

Triadic Colors of #443bbf

#443bbf #bf443b #3bbf44

Analogous Colors of #443bbf

#443bbf #863bbf #3b74bf

Monochromatic Colors of #443bbf

#443bbf

Complementary Color

#443bbf #b6bf3b

#443bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#443bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#443bbf Color CSS Codes

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

#443bbf Text Font Color

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

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


#443bbf Background Color

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

This div background color is #443bbf


#443bbf Border Color

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

This div border color is #443bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #443bbf


Comments

No comments written yet.

Please login to write comment.