Color Hex Logo

#4288fa Color Hex

#4288FA
(66,136,250)
0 Favorites   0 Comments

Color spaces of #4288fa

RGB 66136250
HSL0.600.950.62
HSV217°74°98°
CMYK 0.740.460.00   0.02
XYZ28.306225.668793.9051
Yxy25.66870.19140.1736
Hunter Lab50.664311.0657-74.4277
CIE-Lab57.721216.1371-63.2679

#4288fa color RGB value is (66,136,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001000 11111010
Octal 102 210 372
Decimal 66 136 250
Hex 42 88 FA

RGB Percentages of Color #4288fa

%14.60
%30.09
%55.31

CMYK Percentages of Color #4288fa

%74
%46
%0
%2

Triadic Colors of #4288fa

#4288fa #fa4288 #88fa42

Analogous Colors of #4288fa

#4288fa #5842fa #42e4fa

Monochromatic Colors of #4288fa

#4288fa

Complementary Color

#4288fa #fab442

#4288fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4288fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4288fa Color CSS Codes

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

#4288fa Text Font Color

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

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


#4288fa Background Color

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

This div background color is #4288fa


#4288fa Border Color

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

This div border color is #4288fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4288fa


Comments

No comments written yet.

Please login to write comment.