Color Hex Logo

#4088fe Color Hex

#4088FE
(64,136,254)
0 Favorites   0 Comments

Color spaces of #4088fe

RGB 64136254
HSL0.600.990.62
HSV217°75°100°
CMYK 0.750.460.00   0.00
XYZ28.807925.854197.2379
Yxy25.85410.18970.1702
Hunter Lab50.846912.1491-77.7913
CIE-Lab57.898317.3350-65.1886

#4088fe color RGB value is (64,136,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001000 11111110
Octal 100 210 376
Decimal 64 136 254
Hex 40 88 FE

RGB Percentages of Color #4088fe

%14.10
%29.96
%55.95

CMYK Percentages of Color #4088fe

%75
%46
%0
%0

Triadic Colors of #4088fe

#4088fe #fe4088 #88fe40

Analogous Colors of #4088fe

#4088fe #5740fe #40e7fe

Monochromatic Colors of #4088fe

#4088fe

Complementary Color

#4088fe #feb640

#4088fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4088fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4088fe Color CSS Codes

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

#4088fe Text Font Color

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

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


#4088fe Background Color

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

This div background color is #4088fe


#4088fe Border Color

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

This div border color is #4088fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4088fe

Related Colors


Comments

No comments written yet.

Please login to write comment.