Color Hex Logo

#4952fc Color Hex

#4952FC
(73,82,252)
0 Favorites   0 Comments

Color spaces of #4952fc

RGB 7382252
HSL0.660.970.64
HSV237°71°99°
CMYK 0.710.670.00   0.01
XYZ23.335614.479393.6603
Yxy14.47930.17750.1101
Hunter Lab38.051742.8766-119.3001
CIE-Lab44.912650.5316-85.1861

#4952fc color RGB value is (73,82,252).

#4952fc hex color red value is 73, green value is 82 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4952fc hue: 0.66 , saturation: 0.97 and the lightness value of 4952fc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010010 11111100
Octal 111 122 374
Decimal 73 82 252
Hex 49 52 FC

RGB Percentages of Color #4952fc

%17.94
%20.15
%61.92

CMYK Percentages of Color #4952fc

%71
%67
%0
%1

Triadic Colors of #4952fc

#4952fc #fc4952 #52fc49

Analogous Colors of #4952fc

#4952fc #9a49fc #49acfc

Monochromatic Colors of #4952fc

#4952fc

Complementary Color

#4952fc #fcf349

#4952fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4952fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4952fc Color CSS Codes

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

#4952fc Text Font Color

<p style="color:#4952fc">Text here</p>

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


#4952fc Background Color

<div style="background-color:#4952fc">
Div content here</div>

This div background color is #4952fc


#4952fc Border Color

<div style="border:3px solid #4952fc">
Div here</div>

This div border color is #4952fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,82,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4952fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4952fc;
  -webkit-box-shadow: 1px 1px 3px 2px #4952fc;
  box-shadow:         1px 1px 3px 2px #4952fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,82,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4952fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4952fc

Related Colors


Comments

No comments written yet.

Please login to write comment.