Color Hex Logo

#146581 Color Hex

#146581
(20,101,129)
1 Favorites   0 Comments

Color spaces of #146581

RGB 20101129
HSL0.540.730.29
HSV195°84°51°
CMYK 0.840.220.00   0.49
XYZ8.904611.041122.4307
Yxy11.04110.21010.2605
Hunter Lab33.2282-10.3142-16.7641
CIE-Lab39.6496-12.7804-22.1726

#146581 color RGB value is (20,101,129).

#146581 hex color red value is 20, green value is 101 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #146581 hue: 0.54 , saturation: 0.73 and the lightness value of 146581 is 0.29.

The process color (four color CMYK) of #146581 color hex is 0.84, 0.22, 0.00, 0.49. Web safe color of #146581 is #006699. Color #146581 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100101 10000001
Octal 24 145 201
Decimal 20 101 129
Hex 14 65 81

RGB Percentages of Color #146581

%8.00
%40.40
%51.60

CMYK Percentages of Color #146581

%84
%22
%0
%49

Triadic Colors of #146581

#146581 #811465 #658114

Analogous Colors of #146581

#146581 #142f81 #148167

Monochromatic Colors of #146581

#146581

Complementary Color

#146581 #813014

#146581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146581 Color CSS Codes

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

#146581 Text Font Color

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

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


#146581 Background Color

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

This div background color is #146581


#146581 Border Color

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

This div border color is #146581


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,101,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #146581; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #146581;
  -webkit-box-shadow: 1px 1px 3px 2px #146581;
  box-shadow:         1px 1px 3px 2px #146581; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,101,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146581


Comments

No comments written yet.

Please login to write comment.