Color Hex Logo

#4256fa Color Hex

#4256FA
(66,86,250)
0 Favorites   0 Comments

Color spaces of #4256fa

RGB 6686250
HSL0.650.950.62
HSV233°74°98°
CMYK 0.740.660.00   0.02
XYZ22.829914.716092.0797
Yxy14.71600.17610.1135
Hunter Lab38.361439.0975-115.4619
CIE-Lab45.242746.8305-83.5409

#4256fa color RGB value is (66,86,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010110 11111010
Octal 102 126 372
Decimal 66 86 250
Hex 42 56 FA

RGB Percentages of Color #4256fa

%16.42
%21.39
%62.19

CMYK Percentages of Color #4256fa

%74
%66
%0
%2

Triadic Colors of #4256fa

#4256fa #fa4256 #56fa42

Analogous Colors of #4256fa

#4256fa #8a42fa #42b2fa

Monochromatic Colors of #4256fa

#4256fa

Complementary Color

#4256fa #fae642

#4256fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4256fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4256fa Color CSS Codes

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

#4256fa Text Font Color

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

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


#4256fa Background Color

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

This div background color is #4256fa


#4256fa Border Color

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

This div border color is #4256fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4256fa


Comments

No comments written yet.

Please login to write comment.