Color Hex Logo

#4054d9 Color Hex

#4054D9
(64,84,217)
0 Favorites   0 Comments

Color spaces of #4054d9

RGB 6484217
HSL0.640.670.55
HSV232°71°85°
CMYK 0.710.610.00   0.15
XYZ17.809112.440467.1082
Yxy12.44040.18290.1278
Hunter Lab35.271028.4045-88.1183
CIE-Lab41.907736.5111-70.3627

#4054d9 color RGB value is (64,84,217).

#4054d9 hex color red value is 64, green value is 84 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #4054d9 hue: 0.64 , saturation: 0.67 and the lightness value of 4054d9 is 0.55.

The process color (four color CMYK) of #4054d9 color hex is 0.71, 0.61, 0.00, 0.15. Web safe color of #4054d9 is #3366cc. Color #4054d9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010100 11011001
Octal 100 124 331
Decimal 64 84 217
Hex 40 54 D9

RGB Percentages of Color #4054d9

%17.53
%23.01
%59.45

CMYK Percentages of Color #4054d9

%71
%61
%0
%15

Triadic Colors of #4054d9

#4054d9 #d94054 #54d940

Analogous Colors of #4054d9

#4054d9 #7940d9 #40a1d9

Monochromatic Colors of #4054d9

#4054d9

Complementary Color

#4054d9 #d9c540

#4054d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4054d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4054d9 Color CSS Codes

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

#4054d9 Text Font Color

<p style="color:#4054d9">Text here</p>

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


#4054d9 Background Color

<div style="background-color:#4054d9">
Div content here</div>

This div background color is #4054d9


#4054d9 Border Color

<div style="border:3px solid #4054d9">
Div here</div>

This div border color is #4054d9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,84,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4054d9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4054d9;
  -webkit-box-shadow: 1px 1px 3px 2px #4054d9;
  box-shadow:         1px 1px 3px 2px #4054d9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4054d9


Comments

No comments written yet.

Please login to write comment.