Color Hex Logo

#4058fc Color Hex

#4058FC
(64,88,252)
0 Favorites   0 Comments

Color spaces of #4058fc

RGB 6488252
HSL0.650.970.62
HSV232°75°99°
CMYK 0.750.650.00   0.01
XYZ23.174815.097793.7882
Yxy15.09770.17550.1143
Hunter Lab38.855838.4655-115.9124
CIE-Lab45.767746.1249-83.7983

#4058fc color RGB value is (64,88,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01011000 11111100
Octal 100 130 374
Decimal 64 88 252
Hex 40 58 FC

RGB Percentages of Color #4058fc

%15.84
%21.78
%62.38

CMYK Percentages of Color #4058fc

%75
%65
%0
%1

Triadic Colors of #4058fc

#4058fc #fc4058 #58fc40

Analogous Colors of #4058fc

#4058fc #8640fc #40b6fc

Monochromatic Colors of #4058fc

#4058fc

Complementary Color

#4058fc #fce440

#4058fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4058fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4058fc Color CSS Codes

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

#4058fc Text Font Color

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

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


#4058fc Background Color

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

This div background color is #4058fc


#4058fc Border Color

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

This div border color is #4058fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4058fc


Comments

No comments written yet.

Please login to write comment.