Color Hex Logo

#4350fa Color Hex

#4350FA
(67,80,250)
0 Favorites   0 Comments

Color spaces of #4350fa

RGB 6780250
HSL0.650.950.62
HSV236°73°98°
CMYK 0.730.680.00   0.02
XYZ22.438713.832791.9298
Yxy13.83270.17500.1079
Hunter Lab37.192342.6052-120.5148
CIE-Lab43.992050.4359-85.5946

#4350fa color RGB value is (67,80,250).

#4350fa hex color red value is 67, green value is 80 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4350fa hue: 0.65 , saturation: 0.95 and the lightness value of 4350fa is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 01010000 11111010
Octal 103 120 372
Decimal 67 80 250
Hex 43 50 FA

RGB Percentages of Color #4350fa

%16.88
%20.15
%62.97

CMYK Percentages of Color #4350fa

%73
%68
%0
%2

Triadic Colors of #4350fa

#4350fa #fa4350 #50fa43

Analogous Colors of #4350fa

#4350fa #9243fa #43acfa

Monochromatic Colors of #4350fa

#4350fa

Complementary Color

#4350fa #faed43

#4350fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4350fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4350fa Color CSS Codes

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

#4350fa Text Font Color

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

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


#4350fa Background Color

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

This div background color is #4350fa


#4350fa Border Color

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

This div border color is #4350fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4350fa

Related Colors


Comments

No comments written yet.

Please login to write comment.