Color Hex Logo

#4254fa Color Hex

#4254FA
(66,84,250)
0 Favorites   0 Comments

Color spaces of #4254fa

RGB 6684250
HSL0.650.950.62
HSV234°74°98°
CMYK 0.740.660.00   0.02
XYZ22.672414.401092.0272
Yxy14.40100.17560.1115
Hunter Lab37.948640.2346-117.2169
CIE-Lab44.802648.0112-84.2638

#4254fa color RGB value is (66,84,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010100 11111010
Octal 102 124 372
Decimal 66 84 250
Hex 42 54 FA

RGB Percentages of Color #4254fa

%16.50
%21.00
%62.50

CMYK Percentages of Color #4254fa

%74
%66
%0
%2

Triadic Colors of #4254fa

#4254fa #fa4254 #54fa42

Analogous Colors of #4254fa

#4254fa #8c42fa #42b0fa

Monochromatic Colors of #4254fa

#4254fa

Complementary Color

#4254fa #fae842

#4254fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4254fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4254fa Color CSS Codes

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

#4254fa Text Font Color

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

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


#4254fa Background Color

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

This div background color is #4254fa


#4254fa Border Color

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

This div border color is #4254fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4254fa


Comments

No comments written yet.

Please login to write comment.