Color Hex Logo

#4177dc Color Hex

#4177DC
(65,119,220)
0 Favorites   0 Comments

Color spaces of #4177dc

RGB 65119220
HSL0.610.690.56
HSV219°70°86°
CMYK 0.700.460.00   0.14
XYZ21.695119.484870.3276
Yxy19.48480.19460.1747
Hunter Lab44.141610.4830-63.5634
CIE-Lab51.249615.7011-56.9352

#4177dc color RGB value is (65,119,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110111 11011100
Octal 101 167 334
Decimal 65 119 220
Hex 41 77 DC

RGB Percentages of Color #4177dc

%16.09
%29.46
%54.46

CMYK Percentages of Color #4177dc

%70
%46
%0
%14

Triadic Colors of #4177dc

#4177dc #dc4177 #77dc41

Analogous Colors of #4177dc

#4177dc #5841dc #41c5dc

Monochromatic Colors of #4177dc

#4177dc

Complementary Color

#4177dc #dca641

#4177dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4177dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4177dc Color CSS Codes

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

#4177dc Text Font Color

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

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


#4177dc Background Color

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

This div background color is #4177dc


#4177dc Border Color

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

This div border color is #4177dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4177dc


Comments

No comments written yet.

Please login to write comment.