Color Hex Logo

#4061de Color Hex

#4061DE
(64,97,222)
0 Favorites   0 Comments

Color spaces of #4061de

RGB 6497222
HSL0.630.710.56
HSV227°71°87°
CMYK 0.710.560.00   0.13
XYZ19.573914.913370.9541
Yxy14.91330.18560.1414
Hunter Lab38.617722.8940-81.9037
CIE-Lab45.515230.1162-67.3340

#4061de color RGB value is (64,97,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100001 11011110
Octal 100 141 336
Decimal 64 97 222
Hex 40 61 DE

RGB Percentages of Color #4061de

%16.71
%25.33
%57.96

CMYK Percentages of Color #4061de

%71
%56
%0
%13

Triadic Colors of #4061de

#4061de #de4061 #61de40

Analogous Colors of #4061de

#4061de #6e40de #40b0de

Monochromatic Colors of #4061de

#4061de

Complementary Color

#4061de #debd40

#4061de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4061de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4061de Color CSS Codes

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

#4061de Text Font Color

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

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


#4061de Background Color

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

This div background color is #4061de


#4061de Border Color

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

This div border color is #4061de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4061de


Comments

No comments written yet.

Please login to write comment.