Color Hex Logo

#443afa Color Hex

#443AFA
(68,58,250)
0 Favorites   0 Comments

Color spaces of #443afa

RGB 6858250
HSL0.680.950.60
HSV243°77°98°
CMYK 0.730.770.00   0.02
XYZ21.152311.157291.4812
Yxy11.15720.17090.0901
Hunter Lab33.402454.5822-138.9995
CIE-Lab39.844062.2935-92.4384

#443afa color RGB value is (68,58,250).

#443afa hex color red value is 68, green value is 58 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #443afa hue: 0.68 , saturation: 0.95 and the lightness value of 443afa is 0.60.

The process color (four color CMYK) of #443afa color hex is 0.73, 0.77, 0.00, 0.02. Web safe color of #443afa is #3333ff. Color #443afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00111010 11111010
Octal 104 72 372
Decimal 68 58 250
Hex 44 3A FA

RGB Percentages of Color #443afa

%18.09
%15.43
%66.49

CMYK Percentages of Color #443afa

%73
%77
%0
%2

Triadic Colors of #443afa

#443afa #fa443a #3afa44

Analogous Colors of #443afa

#443afa #a43afa #3a90fa

Monochromatic Colors of #443afa

#443afa

Complementary Color

#443afa #f0fa3a

#443afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#443afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#443afa Color CSS Codes

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

#443afa Text Font Color

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

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


#443afa Background Color

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

This div background color is #443afa


#443afa Border Color

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

This div border color is #443afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #443afa


Comments

No comments written yet.

Please login to write comment.