Color Hex Logo

#4a50fa Color Hex

#4A50FA
(74,80,250)
0 Favorites   0 Comments

Color spaces of #4a50fa

RGB 7480250
HSL0.660.950.64
HSV238°70°98°
CMYK 0.700.680.00   0.02
XYZ22.948014.095391.9537
Yxy14.09530.17790.1093
Hunter Lab37.543743.4038-118.9351
CIE-Lab44.369351.1303-84.9605

#4a50fa color RGB value is (74,80,250).

#4a50fa hex color red value is 74, green value is 80 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4a50fa hue: 0.66 , saturation: 0.95 and the lightness value of 4a50fa is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 01010000 11111010
Octal 112 120 372
Decimal 74 80 250
Hex 4A 50 FA

RGB Percentages of Color #4a50fa

%18.32
%19.80
%61.88

CMYK Percentages of Color #4a50fa

%70
%68
%0
%2

Triadic Colors of #4a50fa

#4a50fa #fa4a50 #50fa4a

Analogous Colors of #4a50fa

#4a50fa #9c4afa #4aa8fa

Monochromatic Colors of #4a50fa

#4a50fa

Complementary Color

#4a50fa #faf44a

#4a50fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a50fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a50fa Color CSS Codes

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

#4a50fa Text Font Color

<p style="color:#4a50fa">Text here</p>

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


#4a50fa Background Color

<div style="background-color:#4a50fa">
Div content here</div>

This div background color is #4a50fa


#4a50fa Border Color

<div style="border:3px solid #4a50fa">
Div here</div>

This div border color is #4a50fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a50fa


Comments

No comments written yet.

Please login to write comment.