Color Hex Logo

#4834fa Color Hex

#4834FA
(72,52,250)
0 Favorites   0 Comments

Color spaces of #4834fa

RGB 7252250
HSL0.680.950.59
HSV246°79°98°
CMYK 0.710.790.00   0.02
XYZ21.155810.735891.3997
Yxy10.73580.17160.0871
Hunter Lab32.765557.9129-142.4540
CIE-Lab39.131965.3796-93.6101

#4834fa color RGB value is (72,52,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110100 11111010
Octal 110 64 372
Decimal 72 52 250
Hex 48 34 FA

RGB Percentages of Color #4834fa

%19.25
%13.90
%66.84

CMYK Percentages of Color #4834fa

%71
%79
%0
%2

Triadic Colors of #4834fa

#4834fa #fa4834 #34fa48

Analogous Colors of #4834fa

#4834fa #ab34fa #3483fa

Monochromatic Colors of #4834fa

#4834fa

Complementary Color

#4834fa #e6fa34

#4834fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4834fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4834fa Color CSS Codes

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

#4834fa Text Font Color

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

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


#4834fa Background Color

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

This div background color is #4834fa


#4834fa Border Color

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

This div border color is #4834fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4834fa


Comments

No comments written yet.

Please login to write comment.