Color Hex Logo

#4596fc Color Hex

#4596FC
(69,150,252)
0 Favorites   0 Comments

Color spaces of #4596fc

RGB 69150252
HSL0.590.970.63
HSV213°73°99°
CMYK 0.730.400.00   0.01
XYZ30.931330.106296.2763
Yxy30.10620.19660.1914
Hunter Lab54.86914.6046-65.6250
CIE-Lab61.74578.8084-57.9181

#4596fc color RGB value is (69,150,252).

#4596fc hex color red value is 69, green value is 150 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4596fc hue: 0.59 , saturation: 0.97 and the lightness value of 4596fc is 0.63.

The process color (four color CMYK) of #4596fc color hex is 0.73, 0.40, 0.00, 0.01. Web safe color of #4596fc is #3399ff. Color #4596fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10010110 11111100
Octal 105 226 374
Decimal 69 150 252
Hex 45 96 FC

RGB Percentages of Color #4596fc

%14.65
%31.85
%53.50

CMYK Percentages of Color #4596fc

%73
%40
%0
%1

Triadic Colors of #4596fc

#4596fc #fc4596 #96fc45

Analogous Colors of #4596fc

#4596fc #4f45fc #45f2fc

Monochromatic Colors of #4596fc

#4596fc

Complementary Color

#4596fc #fcab45

#4596fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4596fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4596fc Color CSS Codes

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

#4596fc Text Font Color

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

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


#4596fc Background Color

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

This div background color is #4596fc


#4596fc Border Color

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

This div border color is #4596fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4596fc


Comments

No comments written yet.

Please login to write comment.