Color Hex Logo

#4061dc Color Hex

#4061DC
(64,97,220)
0 Favorites   0 Comments

Color spaces of #4061dc

RGB 6497220
HSL0.630.690.56
HSV227°71°86°
CMYK 0.710.560.00   0.14
XYZ19.307314.806769.5505
Yxy14.80670.18620.1428
Hunter Lab38.479522.2243-80.2293
CIE-Lab45.368329.4028-66.4363

#4061dc color RGB value is (64,97,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100001 11011100
Octal 100 141 334
Decimal 64 97 220
Hex 40 61 DC

RGB Percentages of Color #4061dc

%16.80
%25.46
%57.74

CMYK Percentages of Color #4061dc

%71
%56
%0
%14

Triadic Colors of #4061dc

#4061dc #dc4061 #61dc40

Analogous Colors of #4061dc

#4061dc #6d40dc #40afdc

Monochromatic Colors of #4061dc

#4061dc

Complementary Color

#4061dc #dcbb40

#4061dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4061dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4061dc Color CSS Codes

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

#4061dc Text Font Color

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

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


#4061dc Background Color

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

This div background color is #4061dc


#4061dc Border Color

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

This div border color is #4061dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,97,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 #4061dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4061dc


Comments

No comments written yet.

Please login to write comment.