Color Hex Logo

#4088fa Color Hex

#4088FA
(64,136,250)
0 Favorites   0 Comments

Color spaces of #4088fa

RGB 64136250
HSL0.600.950.62
HSV217°74°98°
CMYK 0.740.460.00   0.02
XYZ28.173825.600493.8989
Yxy25.60040.19080.1734
Hunter Lab50.596810.8496-74.6141
CIE-Lab57.655815.8977-63.3765

#4088fa color RGB value is (64,136,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001000 11111010
Octal 100 210 372
Decimal 64 136 250
Hex 40 88 FA

RGB Percentages of Color #4088fa

%14.22
%30.22
%55.56

CMYK Percentages of Color #4088fa

%74
%46
%0
%2

Triadic Colors of #4088fa

#4088fa #fa4088 #88fa40

Analogous Colors of #4088fa

#4088fa #5540fa #40e5fa

Monochromatic Colors of #4088fa

#4088fa

Complementary Color

#4088fa #fab240

#4088fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4088fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4088fa Color CSS Codes

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

#4088fa Text Font Color

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

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


#4088fa Background Color

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

This div background color is #4088fa


#4088fa Border Color

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

This div border color is #4088fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4088fa

Related Colors


Comments

No comments written yet.

Please login to write comment.