Color Hex Logo

#146783 Color Hex

#146783
(20,103,131)
0 Favorites   0 Comments

Color spaces of #146783

RGB 20103131
HSL0.540.740.30
HSV195°85°51°
CMYK 0.850.210.00   0.49
XYZ9.235511.487923.2034
Yxy11.48790.21020.2615
Hunter Lab33.8938-10.6759-16.8637
CIE-Lab40.3904-13.1945-22.2365

#146783 color RGB value is (20,103,131).

#146783 hex color red value is 20, green value is 103 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #146783 hue: 0.54 , saturation: 0.74 and the lightness value of 146783 is 0.30.

The process color (four color CMYK) of #146783 color hex is 0.85, 0.21, 0.00, 0.49. Web safe color of #146783 is #006699. Color #146783 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100111 10000011
Octal 24 147 203
Decimal 20 103 131
Hex 14 67 83

RGB Percentages of Color #146783

%7.87
%40.55
%51.57

CMYK Percentages of Color #146783

%85
%21
%0
%49

Triadic Colors of #146783

#146783 #831467 #678314

Analogous Colors of #146783

#146783 #142f83 #148368

Monochromatic Colors of #146783

#146783

Complementary Color

#146783 #833014

#146783 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146783 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146783 Color CSS Codes

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

#146783 Text Font Color

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

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


#146783 Background Color

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

This div background color is #146783


#146783 Border Color

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

This div border color is #146783


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146783


Comments

No comments written yet.

Please login to write comment.