Color Hex Logo

#4254aa Color Hex

#4254AA
(66,84,170)
0 Favorites   0 Comments

Color spaces of #4254aa

RGB 6684170
HSL0.640.440.46
HSV230°61°67°
CMYK 0.610.510.00   0.33
XYZ12.672810.401239.3699
Yxy10.40120.20290.1666
Hunter Lab32.250913.7015-49.8020
CIE-Lab38.553120.2931-48.4265

#4254aa color RGB value is (66,84,170).

#4254aa hex color red value is 66, green value is 84 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4254aa hue: 0.64 , saturation: 0.44 and the lightness value of 4254aa is 0.46.

The process color (four color CMYK) of #4254aa color hex is 0.61, 0.51, 0.00, 0.33. Web safe color of #4254aa is #336699. Color #4254aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010100 10101010
Octal 102 124 252
Decimal 66 84 170
Hex 42 54 AA

RGB Percentages of Color #4254aa

%20.63
%26.25
%53.13

CMYK Percentages of Color #4254aa

%61
%51
%0
%33

Triadic Colors of #4254aa

#4254aa #aa4254 #54aa42

Analogous Colors of #4254aa

#4254aa #6442aa #4288aa

Monochromatic Colors of #4254aa

#4254aa

Complementary Color

#4254aa #aa9842

#4254aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4254aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4254aa Color CSS Codes

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

#4254aa Text Font Color

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

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


#4254aa Background Color

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

This div background color is #4254aa


#4254aa Border Color

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

This div border color is #4254aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,84,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4254aa


Comments

No comments written yet.

Please login to write comment.