Color Hex Logo

#4833fa Color Hex

#4833FA
(72,51,250)
0 Favorites   0 Comments

Color spaces of #4833fa

RGB 7251250
HSL0.680.950.59
HSV246°80°98°
CMYK 0.710.800.00   0.02
XYZ21.111610.647591.3849
Yxy10.64750.17140.0865
Hunter Lab32.630558.3843-143.2060
CIE-Lab38.980365.8217-93.8613

#4833fa color RGB value is (72,51,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110011 11111010
Octal 110 63 372
Decimal 72 51 250
Hex 48 33 FA

RGB Percentages of Color #4833fa

%19.30
%13.67
%67.02

CMYK Percentages of Color #4833fa

%71
%80
%0
%2

Triadic Colors of #4833fa

#4833fa #fa4833 #33fa48

Analogous Colors of #4833fa

#4833fa #ac33fa #3382fa

Monochromatic Colors of #4833fa

#4833fa

Complementary Color

#4833fa #e5fa33

#4833fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4833fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4833fa Color CSS Codes

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

#4833fa Text Font Color

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

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


#4833fa Background Color

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

This div background color is #4833fa


#4833fa Border Color

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

This div border color is #4833fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4833fa


Comments

No comments written yet.

Please login to write comment.