Color Hex Logo

#4052fc Color Hex

#4052FC
(64,82,252)
0 Favorites   0 Comments

Color spaces of #4052fc

RGB 6482252
HSL0.650.970.62
HSV234°75°99°
CMYK 0.750.670.00   0.01
XYZ22.702314.152993.6307
Yxy14.15290.17400.1085
Hunter Lab37.620341.8817-121.2286
CIE-Lab44.451449.6612-85.9613

#4052fc color RGB value is (64,82,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010010 11111100
Octal 100 122 374
Decimal 64 82 252
Hex 40 52 FC

RGB Percentages of Color #4052fc

%16.08
%20.60
%63.32

CMYK Percentages of Color #4052fc

%75
%67
%0
%1

Triadic Colors of #4052fc

#4052fc #fc4052 #52fc40

Analogous Colors of #4052fc

#4052fc #8c40fc #40b0fc

Monochromatic Colors of #4052fc

#4052fc

Complementary Color

#4052fc #fcea40

#4052fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4052fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4052fc Color CSS Codes

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

#4052fc Text Font Color

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

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


#4052fc Background Color

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

This div background color is #4052fc


#4052fc Border Color

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

This div border color is #4052fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4052fc


Comments

No comments written yet.

Please login to write comment.