Color Hex Logo

#4179de Color Hex

#4179DE
(65,121,222)
0 Favorites   0 Comments

Color spaces of #4179de

RGB 65121222
HSL0.610.700.56
HSV219°71°87°
CMYK 0.710.450.00   0.13
XYZ22.202220.072571.8114
Yxy20.07250.19460.1759
Hunter Lab44.802310.0532-63.6713
CIE-Lab51.919115.1781-56.9884

#4179de color RGB value is (65,121,222).

#4179de hex color red value is 65, green value is 121 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4179de hue: 0.61 , saturation: 0.70 and the lightness value of 4179de is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111001 11011110
Octal 101 171 336
Decimal 65 121 222
Hex 41 79 DE

RGB Percentages of Color #4179de

%15.93
%29.66
%54.41

CMYK Percentages of Color #4179de

%71
%45
%0
%13

Triadic Colors of #4179de

#4179de #de4179 #79de41

Analogous Colors of #4179de

#4179de #5741de #41c8de

Monochromatic Colors of #4179de

#4179de

Complementary Color

#4179de #dea641

#4179de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4179de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4179de Color CSS Codes

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

#4179de Text Font Color

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

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


#4179de Background Color

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

This div background color is #4179de


#4179de Border Color

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

This div border color is #4179de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,121,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 #4179de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4179de


Comments

No comments written yet.

Please login to write comment.