Color Hex Logo

#4430fa Color Hex

#4430FA
(68,48,250)
0 Favorites   0 Comments

Color spaces of #4430fa

RGB 6848250
HSL0.680.950.58
HSV246°81°98°
CMYK 0.730.810.00   0.02
XYZ20.696210.245091.3291
Yxy10.24500.16930.0838
Hunter Lab32.007859.4041-146.7689
CIE-Lab38.278666.8471-95.0327

#4430fa color RGB value is (68,48,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00110000 11111010
Octal 104 60 372
Decimal 68 48 250
Hex 44 30 FA

RGB Percentages of Color #4430fa

%18.58
%13.11
%68.31

CMYK Percentages of Color #4430fa

%73
%81
%0
%2

Triadic Colors of #4430fa

#4430fa #fa4430 #30fa44

Analogous Colors of #4430fa

#4430fa #a930fa #3081fa

Monochromatic Colors of #4430fa

#4430fa

Complementary Color

#4430fa #e6fa30

#4430fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4430fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4430fa Color CSS Codes

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

#4430fa Text Font Color

<p style="color:#4430fa">Text here</p>

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


#4430fa Background Color

<div style="background-color:#4430fa">
Div content here</div>

This div background color is #4430fa


#4430fa Border Color

<div style="border:3px solid #4430fa">
Div here</div>

This div border color is #4430fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4430fa


Comments

No comments written yet.

Please login to write comment.