Color Hex Logo

#4852fa Color Hex

#4852FA
(72,82,250)
0 Favorites   0 Comments

Color spaces of #4852fa

RGB 7282250
HSL0.660.950.63
HSV237°71°98°
CMYK 0.710.670.00   0.02
XYZ22.945114.314491.9961
Yxy14.31440.17750.1107
Hunter Lab37.834442.0433-117.6824
CIE-Lab44.680549.7759-84.4530

#4852fa color RGB value is (72,82,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010010 11111010
Octal 110 122 372
Decimal 72 82 250
Hex 48 52 FA

RGB Percentages of Color #4852fa

%17.82
%20.30
%61.88

CMYK Percentages of Color #4852fa

%71
%67
%0
%2

Triadic Colors of #4852fa

#4852fa #fa4852 #52fa48

Analogous Colors of #4852fa

#4852fa #9748fa #48abfa

Monochromatic Colors of #4852fa

#4852fa

Complementary Color

#4852fa #faf048

#4852fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4852fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4852fa Color CSS Codes

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

#4852fa Text Font Color

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

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


#4852fa Background Color

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

This div background color is #4852fa


#4852fa Border Color

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

This div border color is #4852fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4852fa


Comments

No comments written yet.

Please login to write comment.