Color Hex Logo

#419b87 Color Hex

#419B87
(65,155,135)
0 Favorites   0 Comments

Color spaces of #419b87

RGB 65155135
HSL0.460.410.43
HSV167°58°61°
CMYK 0.580.000.13   0.39
XYZ18.274526.315827.0380
Yxy26.31580.25510.3674
Hunter Lab51.2989-26.18514.6594
CIE-Lab58.3356-31.82802.4553

#419b87 color RGB value is (65,155,135).

#419b87 hex color red value is 65, green value is 155 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #419b87 hue: 0.46 , saturation: 0.41 and the lightness value of 419b87 is 0.43.

The process color (four color CMYK) of #419b87 color hex is 0.58, 0.00, 0.13, 0.39. Web safe color of #419b87 is #339999. Color #419b87 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011011 10000111
Octal 101 233 207
Decimal 65 155 135
Hex 41 9B 87

RGB Percentages of Color #419b87

%18.31
%43.66
%38.03

CMYK Percentages of Color #419b87

%58
%0
%13
%39

Triadic Colors of #419b87

#419b87 #87419b #9b8741

Analogous Colors of #419b87

#419b87 #41829b #419b5a

Monochromatic Colors of #419b87

#419b87

Complementary Color

#419b87 #9b4155

#419b87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419b87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#419b87 Color CSS Codes

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

#419b87 Text Font Color

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

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


#419b87 Background Color

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

This div background color is #419b87


#419b87 Border Color

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

This div border color is #419b87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419b87


Comments

No comments written yet.

Please login to write comment.