Color Hex Logo

#4061df Color Hex

#4061DF
(64,97,223)
0 Favorites   0 Comments

Color spaces of #4061df

RGB 6497223
HSL0.630.710.56
HSV228°71°87°
CMYK 0.710.570.00   0.13
XYZ19.708314.967171.6622
Yxy14.96710.18530.1408
Hunter Lab38.687323.2295-82.7443
CIE-Lab45.589130.4719-67.7815

#4061df color RGB value is (64,97,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100001 11011111
Octal 100 141 337
Decimal 64 97 223
Hex 40 61 DF

RGB Percentages of Color #4061df

%16.67
%25.26
%58.07

CMYK Percentages of Color #4061df

%71
%57
%0
%13

Triadic Colors of #4061df

#4061df #df4061 #61df40

Analogous Colors of #4061df

#4061df #6f40df #40b1df

Monochromatic Colors of #4061df

#4061df

Complementary Color

#4061df #dfbe40

#4061df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4061df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4061df Color CSS Codes

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

#4061df Text Font Color

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

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


#4061df Background Color

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

This div background color is #4061df


#4061df Border Color

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

This div border color is #4061df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4061df


Comments

No comments written yet.

Please login to write comment.