Color Hex Logo

#4488ff Color Hex

#4488FF
(68,136,255)
0 Favorites   0 Comments

Color spaces of #4488ff

RGB 68136255
HSL0.611.000.63
HSV218°73°100°
CMYK 0.730.470.00   0.00
XYZ29.238126.057398.0963
Yxy26.05730.19060.1699
Hunter Lab51.046412.9093-78.2058
CIE-Lab58.091418.1663-65.4208

#4488ff color RGB value is (68,136,255).

#4488ff hex color red value is 68, green value is 136 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4488ff hue: 0.61 , saturation: 1.00 and the lightness value of 4488ff is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001000 11111111
Octal 104 210 377
Decimal 68 136 255
Hex 44 88 FF

RGB Percentages of Color #4488ff

%14.81
%29.63
%55.56

CMYK Percentages of Color #4488ff

%73
%47
%0
%0

Triadic Colors of #4488ff

#4488ff #ff4488 #88ff44

Analogous Colors of #4488ff

#4488ff #5e44ff #44e6ff

Monochromatic Colors of #4488ff

#4488ff

Complementary Color

#4488ff #ffbb44

#4488ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4488ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4488ff Color CSS Codes

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

#4488ff Text Font Color

<p style="color:#4488ff">Text here</p>

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


#4488ff Background Color

<div style="background-color:#4488ff">
Div content here</div>

This div background color is #4488ff


#4488ff Border Color

<div style="border:3px solid #4488ff">
Div here</div>

This div border color is #4488ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,136,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4488ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4488ff;
  -webkit-box-shadow: 1px 1px 3px 2px #4488ff;
  box-shadow:         1px 1px 3px 2px #4488ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,136,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4488ff


Comments

No comments written yet.

Please login to write comment.