Color Hex Logo

#419ac5 Color Hex

#419AC5
(65,154,197)
0 Favorites   0 Comments

Color spaces of #419ac5

RGB 65154197
HSL0.550.530.51
HSV200°67°77°
CMYK 0.670.220.00   0.23
XYZ23.813628.266257.0241
Yxy28.26620.21830.2591
Hunter Lab53.1660-13.0884-26.3764
CIE-Lab60.1285-12.9308-29.9555

#419ac5 color RGB value is (65,154,197).

#419ac5 hex color red value is 65, green value is 154 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #419ac5 hue: 0.55 , saturation: 0.53 and the lightness value of 419ac5 is 0.51.

The process color (four color CMYK) of #419ac5 color hex is 0.67, 0.22, 0.00, 0.23. Web safe color of #419ac5 is #3399cc. Color #419ac5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011010 11000101
Octal 101 232 305
Decimal 65 154 197
Hex 41 9A C5

RGB Percentages of Color #419ac5

%15.63
%37.02
%47.36

CMYK Percentages of Color #419ac5

%67
%22
%0
%23

Triadic Colors of #419ac5

#419ac5 #c5419a #9ac541

Analogous Colors of #419ac5

#419ac5 #4158c5 #41c5ae

Monochromatic Colors of #419ac5

#419ac5

Complementary Color

#419ac5 #c56c41

#419ac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419ac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#419ac5 Color CSS Codes

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

#419ac5 Text Font Color

<p style="color:#419ac5">Text here</p>

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


#419ac5 Background Color

<div style="background-color:#419ac5">
Div content here</div>

This div background color is #419ac5


#419ac5 Border Color

<div style="border:3px solid #419ac5">
Div here</div>

This div border color is #419ac5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,154,197, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #419ac5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #419ac5;
  -webkit-box-shadow: 1px 1px 3px 2px #419ac5;
  box-shadow:         1px 1px 3px 2px #419ac5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,154,197, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419ac5


Comments

No comments written yet.

Please login to write comment.