Color Hex Logo

#4088ff Color Hex

#4088FF
(64,136,255)
0 Favorites   0 Comments

Color spaces of #4088ff

RGB 64136255
HSL0.601.000.63
HSV217°75°100°
CMYK 0.750.470.00   0.00
XYZ28.968525.918398.0837
Yxy25.91830.18940.1694
Hunter Lab50.910012.4764-78.5916
CIE-Lab57.959417.6945-65.6401

#4088ff color RGB value is (64,136,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001000 11111111
Octal 100 210 377
Decimal 64 136 255
Hex 40 88 FF

RGB Percentages of Color #4088ff

%14.07
%29.89
%56.04

CMYK Percentages of Color #4088ff

%75
%47
%0
%0

Triadic Colors of #4088ff

#4088ff #ff4088 #88ff40

Analogous Colors of #4088ff

#4088ff #5740ff #40e8ff

Monochromatic Colors of #4088ff

#4088ff

Complementary Color

#4088ff #ffb740

#4088ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4088ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4088ff Color CSS Codes

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

#4088ff Text Font Color

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

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


#4088ff Background Color

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

This div background color is #4088ff


#4088ff Border Color

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

This div border color is #4088ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4088ff

Related Colors


Comments

No comments written yet.

Please login to write comment.