Color Hex Logo

#4051dc Color Hex

#4051DC
(64,81,220)
0 Favorites   0 Comments

Color spaces of #4051dc

RGB 6481220
HSL0.650.690.56
HSV233°71°86°
CMYK 0.710.630.00   0.14
XYZ17.975012.142269.1064
Yxy12.14220.18120.1224
Hunter Lab34.845731.0986-93.1928
CIE-Lab41.441239.4073-72.8397

#4051dc color RGB value is (64,81,220).

#4051dc hex color red value is 64, green value is 81 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4051dc hue: 0.65 , saturation: 0.69 and the lightness value of 4051dc is 0.56.

The process color (four color CMYK) of #4051dc color hex is 0.71, 0.63, 0.00, 0.14. Web safe color of #4051dc is #3366cc. Color #4051dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010001 11011100
Octal 100 121 334
Decimal 64 81 220
Hex 40 51 DC

RGB Percentages of Color #4051dc

%17.53
%22.19
%60.27

CMYK Percentages of Color #4051dc

%71
%63
%0
%14

Triadic Colors of #4051dc

#4051dc #dc4051 #51dc40

Analogous Colors of #4051dc

#4051dc #7d40dc #409fdc

Monochromatic Colors of #4051dc

#4051dc

Complementary Color

#4051dc #dccb40

#4051dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4051dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4051dc Color CSS Codes

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

#4051dc Text Font Color

<p style="color:#4051dc">Text here</p>

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


#4051dc Background Color

<div style="background-color:#4051dc">
Div content here</div>

This div background color is #4051dc


#4051dc Border Color

<div style="border:3px solid #4051dc">
Div here</div>

This div border color is #4051dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,81,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4051dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4051dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4051dc;
  box-shadow:         1px 1px 3px 2px #4051dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4051dc


Comments

No comments written yet.

Please login to write comment.