Color Hex Logo

#4b86fa Color Hex

#4B86FA
(75,134,250)
0 Favorites   0 Comments

Color spaces of #4b86fa

RGB 75134250
HSL0.610.950.64
HSV220°70°98°
CMYK 0.700.460.00   0.02
XYZ28.682125.448293.8428
Yxy25.44820.19380.1720
Hunter Lab50.446213.2085-74.9822
CIE-Lab57.509518.5211-63.5908

#4b86fa color RGB value is (75,134,250).

#4b86fa hex color red value is 75, green value is 134 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4b86fa hue: 0.61 , saturation: 0.95 and the lightness value of 4b86fa is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10000110 11111010
Octal 113 206 372
Decimal 75 134 250
Hex 4B 86 FA

RGB Percentages of Color #4b86fa

%16.34
%29.19
%54.47

CMYK Percentages of Color #4b86fa

%70
%46
%0
%2

Triadic Colors of #4b86fa

#4b86fa #fa4b86 #86fa4b

Analogous Colors of #4b86fa

#4b86fa #684bfa #4bdefa

Monochromatic Colors of #4b86fa

#4b86fa

Complementary Color

#4b86fa #fabf4b

#4b86fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b86fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b86fa Color CSS Codes

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

#4b86fa Text Font Color

<p style="color:#4b86fa">Text here</p>

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


#4b86fa Background Color

<div style="background-color:#4b86fa">
Div content here</div>

This div background color is #4b86fa


#4b86fa Border Color

<div style="border:3px solid #4b86fa">
Div here</div>

This div border color is #4b86fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,134,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4b86fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4b86fa;
  -webkit-box-shadow: 1px 1px 3px 2px #4b86fa;
  box-shadow:         1px 1px 3px 2px #4b86fa; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b86fa

Related Colors


Comments

No comments written yet.

Please login to write comment.