Color Hex Logo

#4485fc Color Hex

#4485FC
(68,133,252)
0 Favorites   0 Comments

Color spaces of #4485fc

RGB 68133252
HSL0.610.970.63
HSV219°73°99°
CMYK 0.730.470.00   0.01
XYZ28.342125.032395.4334
Yxy25.03230.19050.1682
Hunter Lab50.032313.5595-78.0693
CIE-Lab57.106918.9262-65.3543

#4485fc color RGB value is (68,133,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000101 11111100
Octal 104 205 374
Decimal 68 133 252
Hex 44 85 FC

RGB Percentages of Color #4485fc

%15.01
%29.36
%55.63

CMYK Percentages of Color #4485fc

%73
%47
%0
%1

Triadic Colors of #4485fc

#4485fc #fc4485 #85fc44

Analogous Colors of #4485fc

#4485fc #5f44fc #44e1fc

Monochromatic Colors of #4485fc

#4485fc

Complementary Color

#4485fc #fcbb44

#4485fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4485fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4485fc Color CSS Codes

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

#4485fc Text Font Color

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

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


#4485fc Background Color

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

This div background color is #4485fc


#4485fc Border Color

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

This div border color is #4485fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4485fc

Related Colors


Comments

No comments written yet.

Please login to write comment.